Color Hex Logo

#236abe Color Hex

#236ABE
(35,106,190)
0 Favorites   0 Comments

Color spaces of #236abe

RGB 35106190
HSL0.590.690.44
HSV213°82°75°
CMYK 0.820.440.00   0.25
XYZ15.141414.383150.6934
Yxy14.38310.18880.1793
Hunter Lab37.92514.8964-52.7038
CIE-Lab44.77749.0762-50.2216

#236abe color RGB value is (35,106,190).

#236abe hex color red value is 35, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #236abe hue: 0.59 , saturation: 0.69 and the lightness value of 236abe is 0.44.

The process color (four color CMYK) of #236abe color hex is 0.82, 0.44, 0.00, 0.25. Web safe color of #236abe is #3366cc. Color #236abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101010 10111110
Octal 43 152 276
Decimal 35 106 190
Hex 23 6A BE

RGB Percentages of Color #236abe

%10.57
%32.02
%57.40

CMYK Percentages of Color #236abe

%82
%44
%0
%25

Triadic Colors of #236abe

#236abe #be236a #6abe23

Analogous Colors of #236abe

#236abe #2923be #23b8be

Monochromatic Colors of #236abe

#236abe

Complementary Color

#236abe #be7723

#236abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#236abe Color CSS Codes

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

#236abe Text Font Color

<p style="color:#236abe">Text here</p>

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


#236abe Background Color

<div style="background-color:#236abe">
Div content here</div>

This div background color is #236abe


#236abe Border Color

<div style="border:3px solid #236abe">
Div here</div>

This div border color is #236abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236abe


Comments

No comments written yet.

Please login to write comment.