Color Hex Logo

#39999c Color Hex

#39999C
(57,153,156)
0 Favorites   0 Comments

Color spaces of #39999c

RGB 57153156
HSL0.510.460.42
HSV182°63°61°
CMYK 0.630.020.00   0.39
XYZ19.079326.052635.4756
Yxy26.05260.23670.3232
Hunter Lab51.0417-22.6001-5.4792
CIE-Lab58.0869-26.5805-9.8855

#39999c color RGB value is (57,153,156).

#39999c hex color red value is 57, green value is 153 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #39999c hue: 0.51 , saturation: 0.46 and the lightness value of 39999c is 0.42.

The process color (four color CMYK) of #39999c color hex is 0.63, 0.02, 0.00, 0.39. Web safe color of #39999c is #339999. Color #39999c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011001 10011100
Octal 71 231 234
Decimal 57 153 156
Hex 39 99 9C

RGB Percentages of Color #39999c

%15.57
%41.80
%42.62

CMYK Percentages of Color #39999c

%63
%2
%0
%39

Triadic Colors of #39999c

#39999c #9c3999 #999c39

Analogous Colors of #39999c

#39999c #39689c #399c6e

Monochromatic Colors of #39999c

#39999c

Complementary Color

#39999c #9c3c39

#39999c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39999c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39999c Color CSS Codes

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

#39999c Text Font Color

<p style="color:#39999c">Text here</p>

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


#39999c Background Color

<div style="background-color:#39999c">
Div content here</div>

This div background color is #39999c


#39999c Border Color

<div style="border:3px solid #39999c">
Div here</div>

This div border color is #39999c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,153,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39999c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39999c;
  -webkit-box-shadow: 1px 1px 3px 2px #39999c;
  box-shadow:         1px 1px 3px 2px #39999c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,153,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39999c


Comments

No comments written yet.

Please login to write comment.