Color Hex Logo

#a8edfe Color Hex

#A8EDFE
(168,237,254)
0 Favorites   0 Comments

Color spaces of #a8edfe

RGB 168237254
HSL0.530.980.83
HSV192°34°100°
CMYK 0.340.070.00   0.00
XYZ64.322076.0490105.0547
Yxy76.04900.26210.3099
Hunter Lab87.2061-20.9515-10.3807
CIE-Lab89.8821-17.4093-15.0727

#a8edfe color RGB value is (168,237,254).

#a8edfe hex color red value is 168, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a8edfe hue: 0.53 , saturation: 0.98 and the lightness value of a8edfe is 0.83.

The process color (four color CMYK) of #a8edfe color hex is 0.34, 0.07, 0.00, 0.00. Web safe color of #a8edfe is #99ffff. Color #a8edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101101 11111110
Octal 250 355 376
Decimal 168 237 254
Hex A8 ED FE

RGB Percentages of Color #a8edfe

%25.49
%35.96
%38.54

CMYK Percentages of Color #a8edfe

%34
%7
%0
%0

Triadic Colors of #a8edfe

#a8edfe #fea8ed #edfea8

Analogous Colors of #a8edfe

#a8edfe #a8c2fe #a8fee4

Monochromatic Colors of #a8edfe

#a8edfe

Complementary Color

#a8edfe #feb9a8

#a8edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8edfe Color CSS Codes

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

#a8edfe Text Font Color

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

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


#a8edfe Background Color

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

This div background color is #a8edfe


#a8edfe Border Color

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

This div border color is #a8edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8edfe


Comments

No comments written yet.

Please login to write comment.