Color Hex Logo

#39afdd Color Hex

#39AFDD
(57,175,221)
0 Favorites   0 Comments

Color spaces of #39afdd

RGB 57175221
HSL0.550.710.55
HSV197°74°87°
CMYK 0.740.210.00   0.13
XYZ30.068536.750373.9153
Yxy36.75030.21370.2611
Hunter Lab60.6220-17.5526-29.8558
CIE-Lab67.0893-17.4521-32.5167

#39afdd color RGB value is (57,175,221).

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

The process color (four color CMYK) of #39afdd color hex is 0.74, 0.21, 0.00, 0.13. Web safe color of #39afdd is #3399cc. Color #39afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10101111 11011101
Octal 71 257 335
Decimal 57 175 221
Hex 39 AF DD

RGB Percentages of Color #39afdd

%12.58
%38.63
%48.79

CMYK Percentages of Color #39afdd

%74
%21
%0
%13

Triadic Colors of #39afdd

#39afdd #dd39af #afdd39

Analogous Colors of #39afdd

#39afdd #395ddd #39ddb9

Monochromatic Colors of #39afdd

#39afdd

Complementary Color

#39afdd #dd6739

#39afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39afdd Color CSS Codes

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

#39afdd Text Font Color

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

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


#39afdd Background Color

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

This div background color is #39afdd


#39afdd Border Color

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

This div border color is #39afdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,175,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 #39afdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39afdd


Comments

No comments written yet.

Please login to write comment.