Color Hex Logo

#39bcdc Color Hex

#39BCDC
(57,188,220)
0 Favorites   0 Comments

Color spaces of #39bcdc

RGB 57188220
HSL0.530.700.54
HSV192°74°86°
CMYK 0.740.150.00   0.14
XYZ32.588842.003674.1000
Yxy42.00360.21920.2825
Hunter Lab64.8102-23.6619-22.4214
CIE-Lab70.8734-24.4984-26.1386

#39bcdc color RGB value is (57,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 11011100
Octal 71 274 334
Decimal 57 188 220
Hex 39 BC DC

RGB Percentages of Color #39bcdc

%12.26
%40.43
%47.31

CMYK Percentages of Color #39bcdc

%74
%15
%0
%14

Triadic Colors of #39bcdc

#39bcdc #dc39bc #bcdc39

Analogous Colors of #39bcdc

#39bcdc #396bdc #39dcab

Monochromatic Colors of #39bcdc

#39bcdc

Complementary Color

#39bcdc #dc5939

#39bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bcdc Color CSS Codes

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

#39bcdc Text Font Color

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

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


#39bcdc Background Color

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

This div background color is #39bcdc


#39bcdc Border Color

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

This div border color is #39bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bcdc


Comments

No comments written yet.

Please login to write comment.