Color Hex Logo

#8acccc Color Hex

#8ACCCC
(138,204,204)
0 Favorites   0 Comments

Color spaces of #8acccc

RGB 138204204
HSL0.500.390.67
HSV180°32°80°
CMYK 0.320.000.00   0.20
XYZ42.973252.948665.0819
Yxy52.94860.26690.3289
Hunter Lab72.7658-21.9236-2.0931
CIE-Lab77.8446-20.7457-6.6718

#8acccc color RGB value is (138,204,204).

#8acccc hex color red value is 138, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8acccc hue: 0.50 , saturation: 0.39 and the lightness value of 8acccc is 0.67.

The process color (four color CMYK) of #8acccc color hex is 0.32, 0.00, 0.00, 0.20. Web safe color of #8acccc is #99cccc. Color #8acccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 11001100
Octal 212 314 314
Decimal 138 204 204
Hex 8A CC CC

RGB Percentages of Color #8acccc

%25.27
%37.36
%37.36

CMYK Percentages of Color #8acccc

%32
%0
%0
%20

Triadic Colors of #8acccc

#8acccc #cc8acc #cccc8a

Analogous Colors of #8acccc

#8acccc #8aabcc #8accab

Monochromatic Colors of #8acccc

#8acccc

Complementary Color

#8acccc #cc8a8a

#8acccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acccc Color CSS Codes

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

#8acccc Text Font Color

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

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


#8acccc Background Color

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

This div background color is #8acccc


#8acccc Border Color

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

This div border color is #8acccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acccc


Comments

No comments written yet.

Please login to write comment.