Color Hex Logo

#a4eef6 Color Hex

#A4EEF6
(164,238,246)
0 Favorites   0 Comments

Color spaces of #a4eef6

RGB 164238246
HSL0.520.820.80
HSV186°33°96°
CMYK 0.330.030.00   0.04
XYZ62.518975.695498.5044
Yxy75.69540.26410.3198
Hunter Lab87.0031-23.9885-6.2256
CIE-Lab89.7177-20.8417-11.1601

#a4eef6 color RGB value is (164,238,246).

#a4eef6 hex color red value is 164, green value is 238 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #a4eef6 hue: 0.52 , saturation: 0.82 and the lightness value of a4eef6 is 0.80.

The process color (four color CMYK) of #a4eef6 color hex is 0.33, 0.03, 0.00, 0.04. Web safe color of #a4eef6 is #99ffff. Color #a4eef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101110 11110110
Octal 244 356 366
Decimal 164 238 246
Hex A4 EE F6

RGB Percentages of Color #a4eef6

%25.31
%36.73
%37.96

CMYK Percentages of Color #a4eef6

%33
%3
%0
%4

Triadic Colors of #a4eef6

#a4eef6 #f6a4ee #eef6a4

Analogous Colors of #a4eef6

#a4eef6 #a4c5f6 #a4f6d5

Monochromatic Colors of #a4eef6

#a4eef6

Complementary Color

#a4eef6 #f6aca4

#a4eef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eef6 Color CSS Codes

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

#a4eef6 Text Font Color

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

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


#a4eef6 Background Color

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

This div background color is #a4eef6


#a4eef6 Border Color

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

This div border color is #a4eef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eef6


Comments

No comments written yet.

Please login to write comment.