Color Hex Logo

#8acdcc Color Hex

#8ACDCC
(138,205,204)
0 Favorites   0 Comments

Color spaces of #8acdcc

RGB 138205204
HSL0.500.400.67
HSV179°33°80°
CMYK 0.330.000.00   0.20
XYZ43.211653.425665.1614
Yxy53.42560.26710.3302
Hunter Lab73.0928-22.3854-1.6914
CIE-Lab78.1256-21.2484-6.2559

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11001100
Octal 212 315 314
Decimal 138 205 204
Hex 8A CD CC

RGB Percentages of Color #8acdcc

%25.23
%37.48
%37.29

CMYK Percentages of Color #8acdcc

%33
%0
%0
%20

Triadic Colors of #8acdcc

#8acdcc #cc8acd #cdcc8a

Analogous Colors of #8acdcc

#8acdcc #8aadcd #8acdab

Monochromatic Colors of #8acdcc

#8acdcc

Complementary Color

#8acdcc #cd8a8b

#8acdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdcc Color CSS Codes

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

#8acdcc Text Font Color

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

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


#8acdcc Background Color

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

This div background color is #8acdcc


#8acdcc Border Color

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

This div border color is #8acdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdcc


Comments

No comments written yet.

Please login to write comment.