Color Hex Logo

#39beaf Color Hex

#39BEAF
(57,190,175)
0 Favorites   0 Comments

Color spaces of #39beaf

RGB 57190175
HSL0.480.540.48
HSV173°70°75°
CMYK 0.700.000.08   0.25
XYZ27.838740.791946.9638
Yxy40.79190.24080.3529
Hunter Lab63.8685-33.96621.1109
CIE-Lab70.0299-38.7659-2.7842

#39beaf color RGB value is (57,190,175).

#39beaf hex color red value is 57, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #39beaf hue: 0.48 , saturation: 0.54 and the lightness value of 39beaf is 0.48.

The process color (four color CMYK) of #39beaf color hex is 0.70, 0.00, 0.08, 0.25. Web safe color of #39beaf is #33cc99. Color #39beaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111110 10101111
Octal 71 276 257
Decimal 57 190 175
Hex 39 BE AF

RGB Percentages of Color #39beaf

%13.51
%45.02
%41.47

CMYK Percentages of Color #39beaf

%70
%0
%8
%25

Triadic Colors of #39beaf

#39beaf #af39be #beaf39

Analogous Colors of #39beaf

#39beaf #398bbe #39be6d

Monochromatic Colors of #39beaf

#39beaf

Complementary Color

#39beaf #be3948

#39beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#39beaf Color CSS Codes

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

#39beaf Text Font Color

<p style="color:#39beaf">Text here</p>

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


#39beaf Background Color

<div style="background-color:#39beaf">
Div content here</div>

This div background color is #39beaf


#39beaf Border Color

<div style="border:3px solid #39beaf">
Div here</div>

This div border color is #39beaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,190,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39beaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39beaf;
  -webkit-box-shadow: 1px 1px 3px 2px #39beaf;
  box-shadow:         1px 1px 3px 2px #39beaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39beaf


Comments

No comments written yet.

Please login to write comment.