Color Hex Logo

#235eab Color Hex

#235EAB
(35,94,171)
0 Favorites   0 Comments

Color spaces of #235eab

RGB 3594171
HSL0.590.660.40
HSV214°80°67°
CMYK 0.800.450.00   0.33
XYZ12.046511.303040.0749
Yxy11.30300.18990.1782
Hunter Lab33.61995.1242-47.1396
CIE-Lab40.08629.4056-46.6287

#235eab color RGB value is (35,94,171).

#235eab hex color red value is 35, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #235eab hue: 0.59 , saturation: 0.66 and the lightness value of 235eab is 0.40.

The process color (four color CMYK) of #235eab color hex is 0.80, 0.45, 0.00, 0.33. Web safe color of #235eab is #336699. Color #235eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 10101011
Octal 43 136 253
Decimal 35 94 171
Hex 23 5E AB

RGB Percentages of Color #235eab

%11.67
%31.33
%57.00

CMYK Percentages of Color #235eab

%80
%45
%0
%33

Triadic Colors of #235eab

#235eab #ab235e #5eab23

Analogous Colors of #235eab

#235eab #2c23ab #23a2ab

Monochromatic Colors of #235eab

#235eab

Complementary Color

#235eab #ab7023

#235eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#235eab Color CSS Codes

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

#235eab Text Font Color

<p style="color:#235eab">Text here</p>

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


#235eab Background Color

<div style="background-color:#235eab">
Div content here</div>

This div background color is #235eab


#235eab Border Color

<div style="border:3px solid #235eab">
Div here</div>

This div border color is #235eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,94,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235eab;
  -webkit-box-shadow: 1px 1px 3px 2px #235eab;
  box-shadow:         1px 1px 3px 2px #235eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235eab


Comments

No comments written yet.

Please login to write comment.