Color Hex Logo

#a4eefe Color Hex

#A4EEFE
(164,238,254)
0 Favorites   0 Comments

Color spaces of #a4eefe

RGB 164238254
HSL0.530.980.82
HSV191°35°100°
CMYK 0.350.060.00   0.00
XYZ63.773876.1973105.1123
Yxy76.19730.26020.3109
Hunter Lab87.2911-22.3494-10.2908
CIE-Lab89.9509-18.9565-14.9902

#a4eefe color RGB value is (164,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101110 11111110
Octal 244 356 376
Decimal 164 238 254
Hex A4 EE FE

RGB Percentages of Color #a4eefe

%25.00
%36.28
%38.72

CMYK Percentages of Color #a4eefe

%35
%6
%0
%0

Triadic Colors of #a4eefe

#a4eefe #fea4ee #eefea4

Analogous Colors of #a4eefe

#a4eefe #a4c1fe #a4fee1

Monochromatic Colors of #a4eefe

#a4eefe

Complementary Color

#a4eefe #feb4a4

#a4eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eefe Color CSS Codes

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

#a4eefe Text Font Color

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

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


#a4eefe Background Color

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

This div background color is #a4eefe


#a4eefe Border Color

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

This div border color is #a4eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eefe

Related Colors


Comments

No comments written yet.

Please login to write comment.