Color Hex Logo

#39badc Color Hex

#39BADC
(57,186,220)
0 Favorites   0 Comments

Color spaces of #39badc

RGB 57186220
HSL0.530.700.54
HSV193°74°86°
CMYK 0.740.150.00   0.14
XYZ32.164541.155073.9586
Yxy41.15500.21840.2794
Hunter Lab64.1522-22.7703-23.4467
CIE-Lab70.2844-23.4850-27.0422

#39badc color RGB value is (57,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111010 11011100
Octal 71 272 334
Decimal 57 186 220
Hex 39 BA DC

RGB Percentages of Color #39badc

%12.31
%40.17
%47.52

CMYK Percentages of Color #39badc

%74
%15
%0
%14

Triadic Colors of #39badc

#39badc #dc39ba #badc39

Analogous Colors of #39badc

#39badc #3969dc #39dcad

Monochromatic Colors of #39badc

#39badc

Complementary Color

#39badc #dc5b39

#39badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#39badc Color CSS Codes

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

#39badc Text Font Color

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

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


#39badc Background Color

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

This div background color is #39badc


#39badc Border Color

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

This div border color is #39badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39badc


Comments

No comments written yet.

Please login to write comment.