Color Hex Logo

#a7ddfe Color Hex

#A7DDFE
(167,221,254)
0 Favorites   0 Comments

Color spaces of #a7ddfe

RGB 167221254
HSL0.560.980.83
HSV203°34°100°
CMYK 0.340.130.00   0.00
XYZ59.682267.0841103.5689
Yxy67.08410.25910.2912
Hunter Lab81.9049-13.2647-17.6389
CIE-Lab85.5464-9.5406-21.6119

#a7ddfe color RGB value is (167,221,254).

#a7ddfe hex color red value is 167, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a7ddfe hue: 0.56 , saturation: 0.98 and the lightness value of a7ddfe is 0.83.

The process color (four color CMYK) of #a7ddfe color hex is 0.34, 0.13, 0.00, 0.00. Web safe color of #a7ddfe is #99ccff. Color #a7ddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 11111110
Octal 247 335 376
Decimal 167 221 254
Hex A7 DD FE

RGB Percentages of Color #a7ddfe

%26.01
%34.42
%39.56

CMYK Percentages of Color #a7ddfe

%34
%13
%0
%0

Triadic Colors of #a7ddfe

#a7ddfe #fea7dd #ddfea7

Analogous Colors of #a7ddfe

#a7ddfe #a7b2fe #a7fef4

Monochromatic Colors of #a7ddfe

#a7ddfe

Complementary Color

#a7ddfe #fec8a7

#a7ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ddfe Color CSS Codes

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

#a7ddfe Text Font Color

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

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


#a7ddfe Background Color

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

This div background color is #a7ddfe


#a7ddfe Border Color

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

This div border color is #a7ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ddfe


Comments

No comments written yet.

Please login to write comment.