Color Hex Logo

#a7deee Color Hex

#A7DEEE
(167,222,238)
0 Favorites   0 Comments

Color spaces of #a7deee

RGB 167222238
HSL0.540.680.79
HSV194°30°93°
CMYK 0.300.070.00   0.07
XYZ57.490266.631190.7199
Yxy66.63110.26760.3101
Hunter Lab81.6279-17.1319-8.7544
CIE-Lab85.3173-13.8605-13.5112

#a7deee color RGB value is (167,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 11101110
Octal 247 336 356
Decimal 167 222 238
Hex A7 DE EE

RGB Percentages of Color #a7deee

%26.63
%35.41
%37.96

CMYK Percentages of Color #a7deee

%30
%7
%0
%7

Triadic Colors of #a7deee

#a7deee #eea7de #deeea7

Analogous Colors of #a7deee

#a7deee #a7bbee #a7eedb

Monochromatic Colors of #a7deee

#a7deee

Complementary Color

#a7deee #eeb7a7

#a7deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7deee Color CSS Codes

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

#a7deee Text Font Color

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

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


#a7deee Background Color

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

This div background color is #a7deee


#a7deee Border Color

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

This div border color is #a7deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7deee


Comments

No comments written yet.

Please login to write comment.