Color Hex Logo

#a8fcea Color Hex

#A8FCEA
(168,252,234)
0 Favorites   0 Comments

Color spaces of #a8fcea

RGB 168252234
HSL0.460.930.82
HSV167°33°99°
CMYK 0.330.000.07   0.01
XYZ65.810183.886290.5650
Yxy83.88620.27390.3491
Hunter Lab91.5894-32.02325.4857
CIE-Lab93.4011-29.21780.5335

#a8fcea color RGB value is (168,252,234).

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

The process color (four color CMYK) of #a8fcea color hex is 0.33, 0.00, 0.07, 0.01. Web safe color of #a8fcea is #99ffff. Color #a8fcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111100 11101010
Octal 250 374 352
Decimal 168 252 234
Hex A8 FC EA

RGB Percentages of Color #a8fcea

%25.69
%38.53
%35.78

CMYK Percentages of Color #a8fcea

%33
%0
%7
%1

Triadic Colors of #a8fcea

#a8fcea #eaa8fc #fceaa8

Analogous Colors of #a8fcea

#a8fcea #a8e4fc #a8fcc0

Monochromatic Colors of #a8fcea

#a8fcea

Complementary Color

#a8fcea #fca8ba

#a8fcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fcea Color CSS Codes

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

#a8fcea Text Font Color

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

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


#a8fcea Background Color

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

This div background color is #a8fcea


#a8fcea Border Color

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

This div border color is #a8fcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fcea


Comments

No comments written yet.

Please login to write comment.