Color Hex Logo

#39addd Color Hex

#39ADDD
(57,173,221)
0 Favorites   0 Comments

Color spaces of #39addd

RGB 57173221
HSL0.550.710.55
HSV198°74°87°
CMYK 0.740.220.00   0.13
XYZ29.682135.977573.7865
Yxy35.97750.21290.2580
Hunter Lab59.9812-16.6353-30.9493
CIE-Lab66.5027-16.3895-33.4258

#39addd color RGB value is (57,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10101101 11011101
Octal 71 255 335
Decimal 57 173 221
Hex 39 AD DD

RGB Percentages of Color #39addd

%12.64
%38.36
%49.00

CMYK Percentages of Color #39addd

%74
%22
%0
%13

Triadic Colors of #39addd

#39addd #dd39ad #addd39

Analogous Colors of #39addd

#39addd #395bdd #39ddbb

Monochromatic Colors of #39addd

#39addd

Complementary Color

#39addd #dd6939

#39addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39addd Color CSS Codes

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

#39addd Text Font Color

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

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


#39addd Background Color

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

This div background color is #39addd


#39addd Border Color

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

This div border color is #39addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39addd


Comments

No comments written yet.

Please login to write comment.