Color Hex Logo

#a4eeee Color Hex

#A4EEEE
(164,238,238)
0 Favorites   0 Comments

Color spaces of #a4eeee

RGB 164238238
HSL0.500.690.79
HSV180°31°93°
CMYK 0.310.000.00   0.07
XYZ61.317075.214692.1750
Yxy75.21460.26810.3289
Hunter Lab86.7264-25.5686-2.3065
CIE-Lab89.4934-22.6794-7.3118

#a4eeee color RGB value is (164,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101110 11101110
Octal 244 356 356
Decimal 164 238 238
Hex A4 EE EE

RGB Percentages of Color #a4eeee

%25.63
%37.19
%37.19

CMYK Percentages of Color #a4eeee

%31
%0
%0
%7

Triadic Colors of #a4eeee

#a4eeee #eea4ee #eeeea4

Analogous Colors of #a4eeee

#a4eeee #a4c9ee #a4eec9

Monochromatic Colors of #a4eeee

#a4eeee

Complementary Color

#a4eeee #eea4a4

#a4eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eeee Color CSS Codes

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

#a4eeee Text Font Color

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

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


#a4eeee Background Color

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

This div background color is #a4eeee


#a4eeee Border Color

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

This div border color is #a4eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eeee


Comments

No comments written yet.

Please login to write comment.