Color Hex Logo

#239bab Color Hex

#239BAB
(35,155,171)
0 Favorites   0 Comments

Color spaces of #239bab

RGB 35155171
HSL0.520.660.40
HSV187°80°67°
CMYK 0.800.090.00   0.33
XYZ19.765226.740342.6477
Yxy26.74030.22170.2999
Hunter Lab51.7110-22.2673-12.7006
CIE-Lab58.7332-25.8990-17.4826

#239bab color RGB value is (35,155,171).

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

The process color (four color CMYK) of #239bab color hex is 0.80, 0.09, 0.00, 0.33. Web safe color of #239bab is #339999. Color #239bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011011 10101011
Octal 43 233 253
Decimal 35 155 171
Hex 23 9B AB

RGB Percentages of Color #239bab

%9.70
%42.94
%47.37

CMYK Percentages of Color #239bab

%80
%9
%0
%33

Triadic Colors of #239bab

#239bab #ab239b #9bab23

Analogous Colors of #239bab

#239bab #2357ab #23ab77

Monochromatic Colors of #239bab

#239bab

Complementary Color

#239bab #ab3323

#239bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#239bab Color CSS Codes

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

#239bab Text Font Color

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

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


#239bab Background Color

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

This div background color is #239bab


#239bab Border Color

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

This div border color is #239bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239bab


Comments

No comments written yet.

Please login to write comment.