Color Hex Logo

#239db0 Color Hex

#239DB0
(35,157,176)
0 Favorites   0 Comments

Color spaces of #239db0

RGB 35157176
HSL0.520.670.41
HSV188°80°69°
CMYK 0.800.110.00   0.31
XYZ20.586627.605945.3177
Yxy27.60590.22020.2952
Hunter Lab52.5413-22.0079-14.3596
CIE-Lab59.5310-25.2900-19.0991

#239db0 color RGB value is (35,157,176).

#239db0 hex color red value is 35, green value is 157 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #239db0 hue: 0.52 , saturation: 0.67 and the lightness value of 239db0 is 0.41.

The process color (four color CMYK) of #239db0 color hex is 0.80, 0.11, 0.00, 0.31. Web safe color of #239db0 is #339999. Color #239db0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011101 10110000
Octal 43 235 260
Decimal 35 157 176
Hex 23 9D B0

RGB Percentages of Color #239db0

%9.51
%42.66
%47.83

CMYK Percentages of Color #239db0

%80
%11
%0
%31

Triadic Colors of #239db0

#239db0 #b0239d #9db023

Analogous Colors of #239db0

#239db0 #2357b0 #23b07d

Monochromatic Colors of #239db0

#239db0

Complementary Color

#239db0 #b03623

#239db0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239db0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#239db0 Color CSS Codes

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

#239db0 Text Font Color

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

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


#239db0 Background Color

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

This div background color is #239db0


#239db0 Border Color

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

This div border color is #239db0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239db0


Comments

No comments written yet.

Please login to write comment.