Color Hex Logo

#a8fccf Color Hex

#A8FCCF
(168,252,207)
0 Favorites   0 Comments

Color spaces of #a8fccf

RGB 168252207
HSL0.410.930.82
HSV148°33°99°
CMYK 0.330.000.18   0.01
XYZ62.221382.450671.6666
Yxy82.45060.28760.3811
Hunter Lab90.8023-36.588916.7664
CIE-Lab92.7734-34.703713.5671

#a8fccf color RGB value is (168,252,207).

#a8fccf hex color red value is 168, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a8fccf hue: 0.41 , saturation: 0.93 and the lightness value of a8fccf is 0.82.

The process color (four color CMYK) of #a8fccf color hex is 0.33, 0.00, 0.18, 0.01. Web safe color of #a8fccf is #99ffcc. Color #a8fccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111100 11001111
Octal 250 374 317
Decimal 168 252 207
Hex A8 FC CF

RGB Percentages of Color #a8fccf

%26.79
%40.19
%33.01

CMYK Percentages of Color #a8fccf

%33
%0
%18
%1

Triadic Colors of #a8fccf

#a8fccf #cfa8fc #fccfa8

Analogous Colors of #a8fccf

#a8fccf #a8fcf9 #abfca8

Monochromatic Colors of #a8fccf

#a8fccf

Complementary Color

#a8fccf #fca8d5

#a8fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fccf Color CSS Codes

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

#a8fccf Text Font Color

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

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


#a8fccf Background Color

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

This div background color is #a8fccf


#a8fccf Border Color

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

This div border color is #a8fccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,252,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8fccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8fccf;
  -webkit-box-shadow: 1px 1px 3px 2px #a8fccf;
  box-shadow:         1px 1px 3px 2px #a8fccf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fccf


Comments

No comments written yet.

Please login to write comment.