Color Hex Logo

#39dfbe Color Hex

#39DFBE
(57,223,190)
0 Favorites   0 Comments

Color spaces of #39dfbe

RGB 57223190
HSL0.470.720.55
HSV168°74°87°
CMYK 0.740.000.15   0.13
XYZ37.369357.362957.8178
Yxy57.36290.24500.3760
Hunter Lab75.7383-44.47017.7555
CIE-Lab80.3833-49.15204.2220

#39dfbe color RGB value is (57,223,190).

#39dfbe hex color red value is 57, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #39dfbe hue: 0.47 , saturation: 0.72 and the lightness value of 39dfbe is 0.55.

The process color (four color CMYK) of #39dfbe color hex is 0.74, 0.00, 0.15, 0.13. Web safe color of #39dfbe is #33cccc. Color #39dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011111 10111110
Octal 71 337 276
Decimal 57 223 190
Hex 39 DF BE

RGB Percentages of Color #39dfbe

%12.13
%47.45
%40.43

CMYK Percentages of Color #39dfbe

%74
%0
%15
%13

Triadic Colors of #39dfbe

#39dfbe #be39df #dfbe39

Analogous Colors of #39dfbe

#39dfbe #39addf #39df6b

Monochromatic Colors of #39dfbe

#39dfbe

Complementary Color

#39dfbe #df395a

#39dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#39dfbe Color CSS Codes

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

#39dfbe Text Font Color

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

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


#39dfbe Background Color

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

This div background color is #39dfbe


#39dfbe Border Color

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

This div border color is #39dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39dfbe


Comments

No comments written yet.

Please login to write comment.