Color Hex Logo

#8ad0dc Color Hex

#8AD0DC
(138,208,220)
0 Favorites   0 Comments

Color spaces of #8ad0dc

RGB 138208220
HSL0.520.540.70
HSV189°37°86°
CMYK 0.370.050.00   0.14
XYZ45.955455.682376.0358
Yxy55.68230.25870.3134
Hunter Lab74.6206-20.6560-8.1801
CIE-Lab79.4327-18.9112-12.9000

#8ad0dc color RGB value is (138,208,220).

#8ad0dc hex color red value is 138, green value is 208 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8ad0dc hue: 0.52 , saturation: 0.54 and the lightness value of 8ad0dc is 0.70.

The process color (four color CMYK) of #8ad0dc color hex is 0.37, 0.05, 0.00, 0.14. Web safe color of #8ad0dc is #99cccc. Color #8ad0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010000 11011100
Octal 212 320 334
Decimal 138 208 220
Hex 8A D0 DC

RGB Percentages of Color #8ad0dc

%24.38
%36.75
%38.87

CMYK Percentages of Color #8ad0dc

%37
%5
%0
%14

Triadic Colors of #8ad0dc

#8ad0dc #dc8ad0 #d0dc8a

Analogous Colors of #8ad0dc

#8ad0dc #8aa7dc #8adcbf

Monochromatic Colors of #8ad0dc

#8ad0dc

Complementary Color

#8ad0dc #dc968a

#8ad0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad0dc Color CSS Codes

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

#8ad0dc Text Font Color

<p style="color:#8ad0dc">Text here</p>

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


#8ad0dc Background Color

<div style="background-color:#8ad0dc">
Div content here</div>

This div background color is #8ad0dc


#8ad0dc Border Color

<div style="border:3px solid #8ad0dc">
Div here</div>

This div border color is #8ad0dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,208,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ad0dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ad0dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8ad0dc;
  box-shadow:         1px 1px 3px 2px #8ad0dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,208,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 #8ad0dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad0dc


Comments

No comments written yet.

Please login to write comment.