Color Hex Logo

#a7ddee Color Hex

#A7DDEE
(167,221,238)
0 Favorites   0 Comments

Color spaces of #a7ddee

RGB 167221238
HSL0.540.680.79
HSV194°30°93°
CMYK 0.300.070.00   0.07
XYZ57.225466.101490.6317
Yxy66.10140.26750.3089
Hunter Lab81.3028-16.6416-9.1812
CIE-Lab85.0481-13.3503-13.9143

#a7ddee color RGB value is (167,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 11101110
Octal 247 335 356
Decimal 167 221 238
Hex A7 DD EE

RGB Percentages of Color #a7ddee

%26.68
%35.30
%38.02

CMYK Percentages of Color #a7ddee

%30
%7
%0
%7

Triadic Colors of #a7ddee

#a7ddee #eea7dd #ddeea7

Analogous Colors of #a7ddee

#a7ddee #a7baee #a7eedc

Monochromatic Colors of #a7ddee

#a7ddee

Complementary Color

#a7ddee #eeb8a7

#a7ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ddee Color CSS Codes

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

#a7ddee Text Font Color

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

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


#a7ddee Background Color

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

This div background color is #a7ddee


#a7ddee Border Color

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

This div border color is #a7ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ddee


Comments

No comments written yet.

Please login to write comment.