Color Hex Logo

#a8fcce Color Hex

#A8FCCE
(168,252,206)
0 Favorites   0 Comments

Color spaces of #a8fcce

RGB 168252206
HSL0.410.930.82
HSV147°33°99°
CMYK 0.330.000.18   0.01
XYZ62.099482.401971.0247
Yxy82.40190.28810.3823
Hunter Lab90.7755-36.745517.1531
CIE-Lab92.7520-34.895014.0512

#a8fcce color RGB value is (168,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111100 11001110
Octal 250 374 316
Decimal 168 252 206
Hex A8 FC CE

RGB Percentages of Color #a8fcce

%26.84
%40.26
%32.91

CMYK Percentages of Color #a8fcce

%33
%0
%18
%1

Triadic Colors of #a8fcce

#a8fcce #cea8fc #fccea8

Analogous Colors of #a8fcce

#a8fcce #a8fcf8 #acfca8

Monochromatic Colors of #a8fcce

#a8fcce

Complementary Color

#a8fcce #fca8d6

#a8fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fcce Color CSS Codes

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

#a8fcce Text Font Color

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

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


#a8fcce Background Color

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

This div background color is #a8fcce


#a8fcce Border Color

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

This div border color is #a8fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fcce


Comments

No comments written yet.

Please login to write comment.