Color Hex Logo

#a7ebdc Color Hex

#A7EBDC
(167,235,220)
0 Favorites   0 Comments

Color spaces of #a7ebdc

RGB 167235220
HSL0.460.630.79
HSV167°29°92°
CMYK 0.290.000.06   0.08
XYZ58.562972.799578.6753
Yxy72.79950.27880.3466
Hunter Lab85.3226-26.79755.0550
CIE-Lab88.3520-24.32720.4482

#a7ebdc color RGB value is (167,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101011 11011100
Octal 247 353 334
Decimal 167 235 220
Hex A7 EB DC

RGB Percentages of Color #a7ebdc

%26.85
%37.78
%35.37

CMYK Percentages of Color #a7ebdc

%29
%0
%6
%8

Triadic Colors of #a7ebdc

#a7ebdc #dca7eb #ebdca7

Analogous Colors of #a7ebdc

#a7ebdc #a7d8eb #a7ebba

Monochromatic Colors of #a7ebdc

#a7ebdc

Complementary Color

#a7ebdc #eba7b6

#a7ebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ebdc Color CSS Codes

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

#a7ebdc Text Font Color

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

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


#a7ebdc Background Color

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

This div background color is #a7ebdc


#a7ebdc Border Color

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

This div border color is #a7ebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ebdc


Comments

No comments written yet.

Please login to write comment.