Color Hex Logo

#23b39f Color Hex

#23B39F
(35,179,159)
0 Favorites   0 Comments

Color spaces of #23b39f

RGB 35179159
HSL0.480.670.42
HSV172°80°70°
CMYK 0.800.000.11   0.30
XYZ23.071235.100738.3600
Yxy35.10070.23900.3636
Hunter Lab59.2458-34.16973.0835
CIE-Lab65.8270-40.8036-0.1737

#23b39f color RGB value is (35,179,159).

#23b39f hex color red value is 35, green value is 179 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #23b39f hue: 0.48 , saturation: 0.67 and the lightness value of 23b39f is 0.42.

The process color (four color CMYK) of #23b39f color hex is 0.80, 0.00, 0.11, 0.30. Web safe color of #23b39f is #33cc99. Color #23b39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10110011 10011111
Octal 43 263 237
Decimal 35 179 159
Hex 23 B3 9F

RGB Percentages of Color #23b39f

%9.38
%47.99
%42.63

CMYK Percentages of Color #23b39f

%80
%0
%11
%30

Triadic Colors of #23b39f

#23b39f #9f23b3 #b39f23

Analogous Colors of #23b39f

#23b39f #237fb3 #23b357

Monochromatic Colors of #23b39f

#23b39f

Complementary Color

#23b39f #b32337

#23b39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23b39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#23b39f Color CSS Codes

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

#23b39f Text Font Color

<p style="color:#23b39f">Text here</p>

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


#23b39f Background Color

<div style="background-color:#23b39f">
Div content here</div>

This div background color is #23b39f


#23b39f Border Color

<div style="border:3px solid #23b39f">
Div here</div>

This div border color is #23b39f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,179,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23b39f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23b39f;
  -webkit-box-shadow: 1px 1px 3px 2px #23b39f;
  box-shadow:         1px 1px 3px 2px #23b39f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23b39f


Comments

No comments written yet.

Please login to write comment.