Color Hex Logo

#8ac8dc Color Hex

#8AC8DC
(138,200,220)
0 Favorites   0 Comments

Color spaces of #8ac8dc

RGB 138200220
HSL0.540.540.70
HSV195°37°86°
CMYK 0.370.090.00   0.14
XYZ44.053851.879175.4019
Yxy51.87910.25710.3028
Hunter Lab72.0271-16.8720-11.6490
CIE-Lab77.2085-14.8136-16.2403

#8ac8dc color RGB value is (138,200,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001000 11011100
Octal 212 310 334
Decimal 138 200 220
Hex 8A C8 DC

RGB Percentages of Color #8ac8dc

%24.73
%35.84
%39.43

CMYK Percentages of Color #8ac8dc

%37
%9
%0
%14

Triadic Colors of #8ac8dc

#8ac8dc #dc8ac8 #c8dc8a

Analogous Colors of #8ac8dc

#8ac8dc #8a9fdc #8adcc7

Monochromatic Colors of #8ac8dc

#8ac8dc

Complementary Color

#8ac8dc #dc9e8a

#8ac8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac8dc Color CSS Codes

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

#8ac8dc Text Font Color

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

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


#8ac8dc Background Color

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

This div background color is #8ac8dc


#8ac8dc Border Color

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

This div border color is #8ac8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac8dc


Comments

No comments written yet.

Please login to write comment.