Color Hex Logo

#a4ebdd Color Hex

#A4EBDD
(164,235,221)
0 Favorites   0 Comments

Color spaces of #a4ebdd

RGB 164235221
HSL0.470.640.78
HSV168°30°92°
CMYK 0.300.000.06   0.08
XYZ58.069372.529679.3457
Yxy72.52960.27660.3455
Hunter Lab85.1643-27.32734.3758
CIE-Lab88.2229-24.9694-0.2827

#a4ebdd color RGB value is (164,235,221).

#a4ebdd hex color red value is 164, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a4ebdd hue: 0.47 , saturation: 0.64 and the lightness value of a4ebdd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101011 11011101
Octal 244 353 335
Decimal 164 235 221
Hex A4 EB DD

RGB Percentages of Color #a4ebdd

%26.45
%37.90
%35.65

CMYK Percentages of Color #a4ebdd

%30
%0
%6
%8

Triadic Colors of #a4ebdd

#a4ebdd #dda4eb #ebdda4

Analogous Colors of #a4ebdd

#a4ebdd #a4d6eb #a4ebba

Monochromatic Colors of #a4ebdd

#a4ebdd

Complementary Color

#a4ebdd #eba4b2

#a4ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ebdd Color CSS Codes

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

#a4ebdd Text Font Color

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

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


#a4ebdd Background Color

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

This div background color is #a4ebdd


#a4ebdd Border Color

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

This div border color is #a4ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ebdd


Comments

No comments written yet.

Please login to write comment.