Color Hex Logo

#238eda Color Hex

#238EDA
(35,142,218)
0 Favorites   0 Comments

Color spaces of #238eda

RGB 35142218
HSL0.570.720.50
HSV205°84°85°
CMYK 0.840.350.00   0.15
XYZ23.021024.765369.8965
Yxy24.76530.19560.2104
Hunter Lab49.7647-4.5148-48.4398
CIE-Lab56.8460-2.3189-46.9323

#238eda color RGB value is (35,142,218).

#238eda hex color red value is 35, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #238eda hue: 0.57 , saturation: 0.72 and the lightness value of 238eda is 0.50.

The process color (four color CMYK) of #238eda color hex is 0.84, 0.35, 0.00, 0.15. Web safe color of #238eda is #3399cc. Color #238eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001110 11011010
Octal 43 216 332
Decimal 35 142 218
Hex 23 8E DA

RGB Percentages of Color #238eda

%8.86
%35.95
%55.19

CMYK Percentages of Color #238eda

%84
%35
%0
%15

Triadic Colors of #238eda

#238eda #da238e #8eda23

Analogous Colors of #238eda

#238eda #2333da #23dacb

Monochromatic Colors of #238eda

#238eda

Complementary Color

#238eda #da6f23

#238eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#238eda Color CSS Codes

.mybgcolor {background-color:#238eda; } 
.myforecolor {color:#238eda; }
.mybordercolor {border:3px solid #238eda; }

#238eda Text Font Color

<p style="color:#238eda">Text here</p>

This sample text font color is #238eda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#238eda Background Color

<div style="background-color:#238eda">
Div content here</div>

This div background color is #238eda


#238eda Border Color

<div style="border:3px solid #238eda">
Div here</div>

This div border color is #238eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,142,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #238eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #238eda;
  -webkit-box-shadow: 1px 1px 3px 2px #238eda;
  box-shadow:         1px 1px 3px 2px #238eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,142,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #238eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #238eda;
  -webkit-box-shadow: 1px 1px 3px 2px #238eda;
  box-shadow:         1px 1px 3px 2px #238eda;">
Div content here</div>

This div box has shadow with color #238eda


Comments

No comments written yet.

Please login to write comment.