Color Hex Logo

#39bcdd Color Hex

#39BCDD
(57,188,221)
0 Favorites   0 Comments

Color spaces of #39bcdd

RGB 57188221
HSL0.530.710.55
HSV192°74°87°
CMYK 0.740.150.00   0.13
XYZ32.721742.056874.7998
Yxy42.05680.21880.2812
Hunter Lab64.8512-23.4246-22.9896
CIE-Lab70.9101-24.1814-26.6275

#39bcdd color RGB value is (57,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 11011101
Octal 71 274 335
Decimal 57 188 221
Hex 39 BC DD

RGB Percentages of Color #39bcdd

%12.23
%40.34
%47.42

CMYK Percentages of Color #39bcdd

%74
%15
%0
%13

Triadic Colors of #39bcdd

#39bcdd #dd39bc #bcdd39

Analogous Colors of #39bcdd

#39bcdd #396add #39ddac

Monochromatic Colors of #39bcdd

#39bcdd

Complementary Color

#39bcdd #dd5a39

#39bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bcdd Color CSS Codes

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

#39bcdd Text Font Color

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

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


#39bcdd Background Color

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

This div background color is #39bcdd


#39bcdd Border Color

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

This div border color is #39bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bcdd


Comments

No comments written yet.

Please login to write comment.