Color Hex Logo

#8afccc Color Hex

#8AFCCC
(138,252,204)
0 Favorites   0 Comments

Color spaces of #8afccc

RGB 138252204
HSL0.430.950.76
HSV155°45°99°
CMYK 0.450.000.19   0.01
XYZ56.190779.383769.4878
Yxy79.38370.27400.3871
Hunter Lab89.0975-43.347016.1276
CIE-Lab91.4076-43.322112.9936

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

#8afccc hex color red value is 138, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8afccc hue: 0.43 , saturation: 0.95 and the lightness value of 8afccc is 0.76.

The process color (four color CMYK) of #8afccc color hex is 0.45, 0.00, 0.19, 0.01. Web safe color of #8afccc is #99ffcc. Color #8afccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111100 11001100
Octal 212 374 314
Decimal 138 252 204
Hex 8A FC CC

RGB Percentages of Color #8afccc

%23.23
%42.42
%34.34

CMYK Percentages of Color #8afccc

%45
%0
%19
%1

Triadic Colors of #8afccc

#8afccc #cc8afc #fccc8a

Analogous Colors of #8afccc

#8afccc #8af3fc #8afc93

Monochromatic Colors of #8afccc

#8afccc

Complementary Color

#8afccc #fc8aba

#8afccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afccc Color CSS Codes

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

#8afccc Text Font Color

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

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


#8afccc Background Color

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

This div background color is #8afccc


#8afccc Border Color

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

This div border color is #8afccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afccc


Comments

No comments written yet.

Please login to write comment.