Color Hex Logo

#235bab Color Hex

#235BAB
(35,91,171)
0 Favorites   0 Comments

Color spaces of #235bab

RGB 3591171
HSL0.600.660.40
HSV215°80°67°
CMYK 0.800.470.00   0.33
XYZ11.784910.779839.9876
Yxy10.77980.18840.1723
Hunter Lab32.83266.6135-49.2279
CIE-Lab39.207111.3634-48.0402

#235bab color RGB value is (35,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011011 10101011
Octal 43 133 253
Decimal 35 91 171
Hex 23 5B AB

RGB Percentages of Color #235bab

%11.78
%30.64
%57.58

CMYK Percentages of Color #235bab

%80
%47
%0
%33

Triadic Colors of #235bab

#235bab #ab235b #5bab23

Analogous Colors of #235bab

#235bab #2f23ab #239fab

Monochromatic Colors of #235bab

#235bab

Complementary Color

#235bab #ab7323

#235bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#235bab Color CSS Codes

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

#235bab Text Font Color

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

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


#235bab Background Color

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

This div background color is #235bab


#235bab Border Color

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

This div border color is #235bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235bab


Comments

No comments written yet.

Please login to write comment.