Color Hex Logo

#a7daea Color Hex

#A7DAEA
(167,218,234)
0 Favorites   0 Comments

Color spaces of #a7daea

RGB 167218234
HSL0.540.610.79
HSV194°29°92°
CMYK 0.290.070.00   0.08
XYZ55.859064.298887.3087
Yxy64.29880.26920.3099
Hunter Lab80.1865-15.9810-8.4256
CIE-Lab84.1211-12.7421-13.1846

#a7daea color RGB value is (167,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011010 11101010
Octal 247 332 352
Decimal 167 218 234
Hex A7 DA EA

RGB Percentages of Color #a7daea

%26.98
%35.22
%37.80

CMYK Percentages of Color #a7daea

%29
%7
%0
%8

Triadic Colors of #a7daea

#a7daea #eaa7da #daeaa7

Analogous Colors of #a7daea

#a7daea #a7b9ea #a7ead9

Monochromatic Colors of #a7daea

#a7daea

Complementary Color

#a7daea #eab7a7

#a7daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7daea Color CSS Codes

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

#a7daea Text Font Color

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

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


#a7daea Background Color

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

This div background color is #a7daea


#a7daea Border Color

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

This div border color is #a7daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7daea


Comments

No comments written yet.

Please login to write comment.