Color Hex Logo

#a7ebde Color Hex

#A7EBDE
(167,235,222)
0 Favorites   0 Comments

Color spaces of #a7ebde

RGB 167235222
HSL0.470.630.79
HSV169°29°92°
CMYK 0.290.000.06   0.08
XYZ58.829572.906180.0789
Yxy72.90610.27770.3442
Hunter Lab85.3851-26.43914.1641
CIE-Lab88.4029-23.9020-0.5250

#a7ebde color RGB value is (167,235,222).

#a7ebde hex color red value is 167, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a7ebde hue: 0.47 , saturation: 0.63 and the lightness value of a7ebde is 0.79.

The process color (four color CMYK) of #a7ebde color hex is 0.29, 0.00, 0.06, 0.08. Web safe color of #a7ebde is #99ffcc. Color #a7ebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101011 11011110
Octal 247 353 336
Decimal 167 235 222
Hex A7 EB DE

RGB Percentages of Color #a7ebde

%26.76
%37.66
%35.58

CMYK Percentages of Color #a7ebde

%29
%0
%6
%8

Triadic Colors of #a7ebde

#a7ebde #dea7eb #ebdea7

Analogous Colors of #a7ebde

#a7ebde #a7d6eb #a7ebbc

Monochromatic Colors of #a7ebde

#a7ebde

Complementary Color

#a7ebde #eba7b4

#a7ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ebde Color CSS Codes

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

#a7ebde Text Font Color

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

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


#a7ebde Background Color

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

This div background color is #a7ebde


#a7ebde Border Color

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

This div border color is #a7ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ebde


Comments

No comments written yet.

Please login to write comment.