Color Hex Logo

#39bebd Color Hex

#39BEBD
(57,190,189)
0 Favorites   0 Comments

Color spaces of #39bebd

RGB 57190189
HSL0.500.540.48
HSV180°70°75°
CMYK 0.700.000.01   0.25
XYZ29.286141.370954.5860
Yxy41.37090.23380.3303
Hunter Lab64.3202-31.2863-5.2929
CIE-Lab70.4350-34.8543-9.8546

#39bebd color RGB value is (57,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111110 10111101
Octal 71 276 275
Decimal 57 190 189
Hex 39 BE BD

RGB Percentages of Color #39bebd

%13.07
%43.58
%43.35

CMYK Percentages of Color #39bebd

%70
%0
%1
%25

Triadic Colors of #39bebd

#39bebd #bd39be #bebd39

Analogous Colors of #39bebd

#39bebd #397dbe #39be7b

Monochromatic Colors of #39bebd

#39bebd

Complementary Color

#39bebd #be393a

#39bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bebd Color CSS Codes

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

#39bebd Text Font Color

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

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


#39bebd Background Color

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

This div background color is #39bebd


#39bebd Border Color

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

This div border color is #39bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bebd


Comments

No comments written yet.

Please login to write comment.