Color Hex Logo

#39dadd Color Hex

#39DADD
(57,218,221)
0 Favorites   0 Comments

Color spaces of #39dadd

RGB 57218221
HSL0.500.710.55
HSV181°74°87°
CMYK 0.740.010.00   0.13
XYZ39.809956.233177.1625
Yxy56.23310.22980.3247
Hunter Lab74.9887-36.4685-8.5166
CIE-Lab79.7463-38.5997-13.2314

#39dadd color RGB value is (57,218,221).

#39dadd hex color red value is 57, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #39dadd hue: 0.50 , saturation: 0.71 and the lightness value of 39dadd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011010 11011101
Octal 71 332 335
Decimal 57 218 221
Hex 39 DA DD

RGB Percentages of Color #39dadd

%11.49
%43.95
%44.56

CMYK Percentages of Color #39dadd

%74
%1
%0
%13

Triadic Colors of #39dadd

#39dadd #dd39da #dadd39

Analogous Colors of #39dadd

#39dadd #3988dd #39dd8e

Monochromatic Colors of #39dadd

#39dadd

Complementary Color

#39dadd #dd3c39

#39dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39dadd Color CSS Codes

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

#39dadd Text Font Color

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

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


#39dadd Background Color

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

This div background color is #39dadd


#39dadd Border Color

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

This div border color is #39dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39dadd


Comments

No comments written yet.

Please login to write comment.