Color Hex Logo

#a8fdee Color Hex

#A8FDEE
(168,253,238)
0 Favorites   0 Comments

Color spaces of #a8fdee

RGB 168253238
HSL0.470.960.83
HSV169°34°99°
CMYK 0.340.000.06   0.01
XYZ66.706384.748493.7312
Yxy84.74840.27210.3456
Hunter Lab92.0589-31.76114.0742
CIE-Lab93.7746-28.8290-0.9893

#a8fdee color RGB value is (168,253,238).

#a8fdee hex color red value is 168, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a8fdee hue: 0.47 , saturation: 0.96 and the lightness value of a8fdee is 0.83.

The process color (four color CMYK) of #a8fdee color hex is 0.34, 0.00, 0.06, 0.01. Web safe color of #a8fdee is #99ffff. Color #a8fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111101 11101110
Octal 250 375 356
Decimal 168 253 238
Hex A8 FD EE

RGB Percentages of Color #a8fdee

%25.49
%38.39
%36.12

CMYK Percentages of Color #a8fdee

%34
%0
%6
%1

Triadic Colors of #a8fdee

#a8fdee #eea8fd #fdeea8

Analogous Colors of #a8fdee

#a8fdee #a8e2fd #a8fdc4

Monochromatic Colors of #a8fdee

#a8fdee

Complementary Color

#a8fdee #fda8b7

#a8fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fdee Color CSS Codes

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

#a8fdee Text Font Color

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

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


#a8fdee Background Color

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

This div background color is #a8fdee


#a8fdee Border Color

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

This div border color is #a8fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fdee


Comments

No comments written yet.

Please login to write comment.