Color Hex Logo

#39bcdb Color Hex

#39BCDB
(57,188,219)
0 Favorites   0 Comments

Color spaces of #39bcdb

RGB 57188219
HSL0.530.690.54
HSV191°74°86°
CMYK 0.740.140.00   0.14
XYZ32.456741.950873.4045
Yxy41.95080.21960.2838
Hunter Lab64.7694-23.8981-21.8559
CIE-Lab70.8370-24.8149-25.6493

#39bcdb color RGB value is (57,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 11011011
Octal 71 274 333
Decimal 57 188 219
Hex 39 BC DB

RGB Percentages of Color #39bcdb

%12.28
%40.52
%47.20

CMYK Percentages of Color #39bcdb

%74
%14
%0
%14

Triadic Colors of #39bcdb

#39bcdb #db39bc #bcdb39

Analogous Colors of #39bcdb

#39bcdb #396bdb #39dba9

Monochromatic Colors of #39bcdb

#39bcdb

Complementary Color

#39bcdb #db5839

#39bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bcdb Color CSS Codes

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

#39bcdb Text Font Color

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

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


#39bcdb Background Color

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

This div background color is #39bcdb


#39bcdb Border Color

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

This div border color is #39bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bcdb


Comments

No comments written yet.

Please login to write comment.