Color Hex Logo

#237eed Color Hex

#237EED
(35,126,237)
0 Favorites   0 Comments

Color spaces of #237eed

RGB 35126237
HSL0.590.850.53
HSV213°85°93°
CMYK 0.850.470.00   0.07
XYZ23.440121.393583.0147
Yxy21.39350.18330.1673
Hunter Lab46.25319.5171-74.0360
CIE-Lab53.377514.5116-63.0933

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111110 11101101
Octal 43 176 355
Decimal 35 126 237
Hex 23 7E ED

RGB Percentages of Color #237eed

%8.79
%31.66
%59.55

CMYK Percentages of Color #237eed

%85
%47
%0
%7

Triadic Colors of #237eed

#237eed #ed237e #7eed23

Analogous Colors of #237eed

#237eed #2d23ed #23e3ed

Monochromatic Colors of #237eed

#237eed

Complementary Color

#237eed #ed9223

#237eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#237eed Color CSS Codes

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

#237eed Text Font Color

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

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


#237eed Background Color

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

This div background color is #237eed


#237eed Border Color

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

This div border color is #237eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,126,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 #237eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237eed


Comments

No comments written yet.

Please login to write comment.