Color Hex Logo

#a7daed Color Hex

#A7DAED
(167,218,237)
0 Favorites   0 Comments

Color spaces of #a7daed

RGB 167218237
HSL0.550.660.79
HSV196°30°93°
CMYK 0.300.080.00   0.07
XYZ56.293864.472789.5982
Yxy64.47270.26760.3065
Hunter Lab80.2949-15.3718-9.9532
CIE-Lab84.2113-12.0469-14.6393

#a7daed color RGB value is (167,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011010 11101101
Octal 247 332 355
Decimal 167 218 237
Hex A7 DA ED

RGB Percentages of Color #a7daed

%26.85
%35.05
%38.10

CMYK Percentages of Color #a7daed

%30
%8
%0
%7

Triadic Colors of #a7daed

#a7daed #eda7da #daeda7

Analogous Colors of #a7daed

#a7daed #a7b7ed #a7eddd

Monochromatic Colors of #a7daed

#a7daed

Complementary Color

#a7daed #edbaa7

#a7daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7daed Color CSS Codes

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

#a7daed Text Font Color

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

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


#a7daed Background Color

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

This div background color is #a7daed


#a7daed Border Color

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

This div border color is #a7daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7daed


Comments

No comments written yet.

Please login to write comment.