Color Hex Logo

#238eed Color Hex

#238EED
(35,142,237)
0 Favorites   0 Comments

Color spaces of #238eed

RGB 35142237
HSL0.580.850.53
HSV208°85°93°
CMYK 0.850.400.00   0.07
XYZ25.652225.817883.7521
Yxy25.81780.18970.1909
Hunter Lab50.81121.1966-62.1598
CIE-Lab57.86374.7431-55.8979

#238eed color RGB value is (35,142,237).

#238eed hex color red value is 35, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #238eed hue: 0.58 , saturation: 0.85 and the lightness value of 238eed is 0.53.

The process color (four color CMYK) of #238eed color hex is 0.85, 0.40, 0.00, 0.07. Web safe color of #238eed is #3399ff. Color #238eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001110 11101101
Octal 43 216 355
Decimal 35 142 237
Hex 23 8E ED

RGB Percentages of Color #238eed

%8.45
%34.30
%57.25

CMYK Percentages of Color #238eed

%85
%40
%0
%7

Triadic Colors of #238eed

#238eed #ed238e #8eed23

Analogous Colors of #238eed

#238eed #2329ed #23ede7

Monochromatic Colors of #238eed

#238eed

Complementary Color

#238eed #ed8223

#238eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#238eed Color CSS Codes

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

#238eed Text Font Color

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

This sample text font color is #238eed
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.


#238eed Background Color

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

This div background color is #238eed


#238eed Border Color

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

This div border color is #238eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238eed


Comments

No comments written yet.

Please login to write comment.