Color Hex Logo

#a7dfea Color Hex

#A7DFEA
(167,223,234)
0 Favorites   0 Comments

Color spaces of #a7dfea

RGB 167223234
HSL0.530.610.79
HSV190°29°92°
CMYK 0.290.050.00   0.08
XYZ57.175366.931487.7475
Yxy66.93140.26990.3159
Hunter Lab81.8116-18.4229-6.3237
CIE-Lab85.4693-15.2890-11.1709

#a7dfea color RGB value is (167,223,234).

#a7dfea hex color red value is 167, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a7dfea hue: 0.53 , saturation: 0.61 and the lightness value of a7dfea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 11101010
Octal 247 337 352
Decimal 167 223 234
Hex A7 DF EA

RGB Percentages of Color #a7dfea

%26.76
%35.74
%37.50

CMYK Percentages of Color #a7dfea

%29
%5
%0
%8

Triadic Colors of #a7dfea

#a7dfea #eaa7df #dfeaa7

Analogous Colors of #a7dfea

#a7dfea #a7beea #a7ead4

Monochromatic Colors of #a7dfea

#a7dfea

Complementary Color

#a7dfea #eab2a7

#a7dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfea Color CSS Codes

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

#a7dfea Text Font Color

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

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


#a7dfea Background Color

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

This div background color is #a7dfea


#a7dfea Border Color

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

This div border color is #a7dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfea


Comments

No comments written yet.

Please login to write comment.