Color Hex Logo

#a4ecda Color Hex

#A4ECDA
(164,236,218)
0 Favorites   0 Comments

Color spaces of #a4ecda

RGB 164236218
HSL0.460.650.78
HSV165°31°93°
CMYK 0.310.000.08   0.07
XYZ57.960272.945477.3547
Yxy72.94540.27830.3503
Hunter Lab85.4081-28.32936.0863
CIE-Lab88.4217-26.09211.5782

#a4ecda color RGB value is (164,236,218).

#a4ecda hex color red value is 164, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a4ecda hue: 0.46 , saturation: 0.65 and the lightness value of a4ecda is 0.78.

The process color (four color CMYK) of #a4ecda color hex is 0.31, 0.00, 0.08, 0.07. Web safe color of #a4ecda is #99ffcc. Color #a4ecda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101100 11011010
Octal 244 354 332
Decimal 164 236 218
Hex A4 EC DA

RGB Percentages of Color #a4ecda

%26.54
%38.19
%35.28

CMYK Percentages of Color #a4ecda

%31
%0
%8
%7

Triadic Colors of #a4ecda

#a4ecda #daa4ec #ecdaa4

Analogous Colors of #a4ecda

#a4ecda #a4daec #a4ecb6

Monochromatic Colors of #a4ecda

#a4ecda

Complementary Color

#a4ecda #eca4b6

#a4ecda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ecda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ecda Color CSS Codes

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

#a4ecda Text Font Color

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

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


#a4ecda Background Color

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

This div background color is #a4ecda


#a4ecda Border Color

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

This div border color is #a4ecda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ecda


Comments

No comments written yet.

Please login to write comment.