Color Hex Logo

#a8fcef Color Hex

#A8FCEF
(168,252,239)
0 Favorites   0 Comments

Color spaces of #a8fcef

RGB 168252239
HSL0.470.930.82
HSV171°33°99°
CMYK 0.330.000.05   0.01
XYZ66.538884.177694.4023
Yxy84.17760.27150.3434
Hunter Lab91.7484-31.10583.2188
CIE-Lab93.5276-28.1365-1.8682

#a8fcef color RGB value is (168,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111100 11101111
Octal 250 374 357
Decimal 168 252 239
Hex A8 FC EF

RGB Percentages of Color #a8fcef

%25.49
%38.24
%36.27

CMYK Percentages of Color #a8fcef

%33
%0
%5
%1

Triadic Colors of #a8fcef

#a8fcef #efa8fc #fcefa8

Analogous Colors of #a8fcef

#a8fcef #a8dffc #a8fcc5

Monochromatic Colors of #a8fcef

#a8fcef

Complementary Color

#a8fcef #fca8b5

#a8fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fcef Color CSS Codes

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

#a8fcef Text Font Color

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

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


#a8fcef Background Color

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

This div background color is #a8fcef


#a8fcef Border Color

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

This div border color is #a8fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fcef


Comments

No comments written yet.

Please login to write comment.