Color Hex Logo

#a4feed Color Hex

#A4FEED
(164,254,237)
0 Favorites   0 Comments

Color spaces of #a4feed

RGB 164254237
HSL0.470.980.82
HSV169°35°100°
CMYK 0.350.000.07   0.00
XYZ66.037784.890693.0257
Yxy84.89060.27070.3480
Hunter Lab92.1361-33.29994.6328
CIE-Lab93.8360-30.5830-0.4050

#a4feed color RGB value is (164,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111110 11101101
Octal 244 376 355
Decimal 164 254 237
Hex A4 FE ED

RGB Percentages of Color #a4feed

%25.04
%38.78
%36.18

CMYK Percentages of Color #a4feed

%35
%0
%7
%0

Triadic Colors of #a4feed

#a4feed #eda4fe #feeda4

Analogous Colors of #a4feed

#a4feed #a4e2fe #a4fec0

Monochromatic Colors of #a4feed

#a4feed

Complementary Color

#a4feed #fea4b5

#a4feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4feed Color CSS Codes

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

#a4feed Text Font Color

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

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


#a4feed Background Color

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

This div background color is #a4feed


#a4feed Border Color

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

This div border color is #a4feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4feed


Comments

No comments written yet.

Please login to write comment.