Color Hex Logo

#235aab Color Hex

#235AAB
(35,90,171)
0 Favorites   0 Comments

Color spaces of #235aab

RGB 3590171
HSL0.600.660.40
HSV216°80°67°
CMYK 0.800.470.00   0.33
XYZ11.700010.609939.9593
Yxy10.60990.18790.1704
Hunter Lab32.57287.1138-49.9341
CIE-Lab38.915512.0200-48.5091

#235aab color RGB value is (35,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011010 10101011
Octal 43 132 253
Decimal 35 90 171
Hex 23 5A AB

RGB Percentages of Color #235aab

%11.82
%30.41
%57.77

CMYK Percentages of Color #235aab

%80
%47
%0
%33

Triadic Colors of #235aab

#235aab #ab235a #5aab23

Analogous Colors of #235aab

#235aab #3023ab #239eab

Monochromatic Colors of #235aab

#235aab

Complementary Color

#235aab #ab7423

#235aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#235aab Color CSS Codes

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

#235aab Text Font Color

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

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


#235aab Background Color

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

This div background color is #235aab


#235aab Border Color

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

This div border color is #235aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235aab


Comments

No comments written yet.

Please login to write comment.