Color Hex Logo

#39bddb Color Hex

#39BDDB
(57,189,219)
0 Favorites   0 Comments

Color spaces of #39bddb

RGB 57189219
HSL0.530.690.54
HSV191°74°86°
CMYK 0.740.140.00   0.14
XYZ32.671142.379573.4759
Yxy42.37950.22000.2853
Hunter Lab65.0995-24.3415-21.3492
CIE-Lab71.1318-25.3178-25.1978

#39bddb color RGB value is (57,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111101 11011011
Octal 71 275 333
Decimal 57 189 219
Hex 39 BD DB

RGB Percentages of Color #39bddb

%12.26
%40.65
%47.10

CMYK Percentages of Color #39bddb

%74
%14
%0
%14

Triadic Colors of #39bddb

#39bddb #db39bd #bddb39

Analogous Colors of #39bddb

#39bddb #396cdb #39dba8

Monochromatic Colors of #39bddb

#39bddb

Complementary Color

#39bddb #db5739

#39bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bddb Color CSS Codes

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

#39bddb Text Font Color

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

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


#39bddb Background Color

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

This div background color is #39bddb


#39bddb Border Color

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

This div border color is #39bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bddb


Comments

No comments written yet.

Please login to write comment.