Color Hex Logo

#a7deed Color Hex

#A7DEED
(167,222,237)
0 Favorites   0 Comments

Color spaces of #a7deed

RGB 167222237
HSL0.540.660.79
HSV193°30°93°
CMYK 0.300.060.00   0.07
XYZ57.343766.572589.9482
Yxy66.57250.26810.3113
Hunter Lab81.5920-17.3343-8.2478
CIE-Lab85.2876-14.0919-13.0273

#a7deed color RGB value is (167,222,237).

#a7deed hex color red value is 167, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a7deed hue: 0.54 , saturation: 0.66 and the lightness value of a7deed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 11101101
Octal 247 336 355
Decimal 167 222 237
Hex A7 DE ED

RGB Percentages of Color #a7deed

%26.68
%35.46
%37.86

CMYK Percentages of Color #a7deed

%30
%6
%0
%7

Triadic Colors of #a7deed

#a7deed #eda7de #deeda7

Analogous Colors of #a7deed

#a7deed #a7bbed #a7edd9

Monochromatic Colors of #a7deed

#a7deed

Complementary Color

#a7deed #edb6a7

#a7deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7deed Color CSS Codes

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

#a7deed Text Font Color

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

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


#a7deed Background Color

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

This div background color is #a7deed


#a7deed Border Color

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

This div border color is #a7deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7deed


Comments

No comments written yet.

Please login to write comment.