Color Hex Logo

#237fec Color Hex

#237FEC
(35,127,236)
0 Favorites   0 Comments

Color spaces of #237fec

RGB 35127236
HSL0.590.840.53
HSV213°85°93°
CMYK 0.850.460.00   0.07
XYZ23.422821.592282.2901
Yxy21.59220.18400.1696
Hunter Lab46.46748.6584-72.4707
CIE-Lab53.591613.5115-62.1910

#237fec color RGB value is (35,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111111 11101100
Octal 43 177 354
Decimal 35 127 236
Hex 23 7F EC

RGB Percentages of Color #237fec

%8.79
%31.91
%59.30

CMYK Percentages of Color #237fec

%85
%46
%0
%7

Triadic Colors of #237fec

#237fec #ec237f #7fec23

Analogous Colors of #237fec

#237fec #2b23ec #23e4ec

Monochromatic Colors of #237fec

#237fec

Complementary Color

#237fec #ec9023

#237fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#237fec Color CSS Codes

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

#237fec Text Font Color

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

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


#237fec Background Color

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

This div background color is #237fec


#237fec Border Color

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

This div border color is #237fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237fec


Comments

No comments written yet.

Please login to write comment.