Color Hex Logo

#a8deee Color Hex

#A8DEEE
(168,222,238)
0 Favorites   0 Comments

Color spaces of #a8deee

RGB 168222238
HSL0.540.670.80
HSV194°29°93°
CMYK 0.290.070.00   0.07
XYZ57.702366.740490.7299
Yxy66.74040.26820.3102
Hunter Lab81.6948-16.8886-8.6609
CIE-Lab85.3727-13.5797-13.4226

#a8deee color RGB value is (168,222,238).

#a8deee hex color red value is 168, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a8deee hue: 0.54 , saturation: 0.67 and the lightness value of a8deee is 0.80.

The process color (four color CMYK) of #a8deee color hex is 0.29, 0.07, 0.00, 0.07. Web safe color of #a8deee is #99ccff. Color #a8deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011110 11101110
Octal 250 336 356
Decimal 168 222 238
Hex A8 DE EE

RGB Percentages of Color #a8deee

%26.75
%35.35
%37.90

CMYK Percentages of Color #a8deee

%29
%7
%0
%7

Triadic Colors of #a8deee

#a8deee #eea8de #deeea8

Analogous Colors of #a8deee

#a8deee #a8bbee #a8eedb

Monochromatic Colors of #a8deee

#a8deee

Complementary Color

#a8deee #eeb8a8

#a8deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8deee Color CSS Codes

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

#a8deee Text Font Color

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

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


#a8deee Background Color

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

This div background color is #a8deee


#a8deee Border Color

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

This div border color is #a8deee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,222,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 #a8deee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8deee


Comments

No comments written yet.

Please login to write comment.