Color Hex Logo

#a4edef Color Hex

#A4EDEF
(164,237,239)
0 Favorites   0 Comments

Color spaces of #a4edef

RGB 164237239
HSL0.500.700.79
HSV182°31°94°
CMYK 0.310.010.00   0.06
XYZ61.174074.692992.8543
Yxy74.69290.26750.3266
Hunter Lab86.4251-24.8967-3.2031
CIE-Lab89.2489-21.9618-8.1970

#a4edef color RGB value is (164,237,239).

#a4edef hex color red value is 164, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a4edef hue: 0.50 , saturation: 0.70 and the lightness value of a4edef is 0.79.

The process color (four color CMYK) of #a4edef color hex is 0.31, 0.01, 0.00, 0.06. Web safe color of #a4edef is #99ffff. Color #a4edef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101101 11101111
Octal 244 355 357
Decimal 164 237 239
Hex A4 ED EF

RGB Percentages of Color #a4edef

%25.63
%37.03
%37.34

CMYK Percentages of Color #a4edef

%31
%1
%0
%6

Triadic Colors of #a4edef

#a4edef #efa4ed #edefa4

Analogous Colors of #a4edef

#a4edef #a4c8ef #a4efcc

Monochromatic Colors of #a4edef

#a4edef

Complementary Color

#a4edef #efa6a4

#a4edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4edef Color CSS Codes

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

#a4edef Text Font Color

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

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


#a4edef Background Color

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

This div background color is #a4edef


#a4edef Border Color

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

This div border color is #a4edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4edef


Comments

No comments written yet.

Please login to write comment.