Color Hex Logo

#a4feee Color Hex

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

Color spaces of #a4feee

RGB 164254238
HSL0.470.980.82
HSV169°35°100°
CMYK 0.350.000.06   0.00
XYZ66.184384.949293.7975
Yxy84.94920.27020.3468
Hunter Lab92.1679-33.11584.1792
CIE-Lab93.8612-30.3645-0.8848

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

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

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

Base Numbers

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

RGB Percentages of Color #a4feee

%25.00
%38.72
%36.28

CMYK Percentages of Color #a4feee

%35
%0
%6
%0

Triadic Colors of #a4feee

#a4feee #eea4fe #feeea4

Analogous Colors of #a4feee

#a4feee #a4e1fe #a4fec1

Monochromatic Colors of #a4feee

#a4feee

Complementary Color

#a4feee #fea4b4

#a4feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4feee Color CSS Codes

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

#a4feee Text Font Color

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

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


#a4feee Background Color

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

This div background color is #a4feee


#a4feee Border Color

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

This div border color is #a4feee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,254,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 #a4feee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4feee


Comments

No comments written yet.

Please login to write comment.