color codes Logo

#a4feae color codes

#A4FEAE
(164,254,174)
0 Favorites   0 Comments

Color spaces of #a4feae

RGB 164254174
HSL0.350.980.82
HSV127°35°100°
CMYK 0.350.000.31   0.00
XYZ58.391681.832152.7620
Yxy81.83210.30260.4240
Hunter Lab90.4611-43.087228.7415
CIE-Lab92.5007-42.624829.9795

#a4feae color RGB value is (164,254,174).

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

The process color (four color CMYK) of #a4feae color code is 0.35, 0.00, 0.31, 0.00. Web safe color of #a4feae is #99ff99. Color #a4feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111110 10101110
Octal 244 376 256
Decimal 164 254 174
Hex A4 FE AE

RGB Percentages of Color #a4feae

%27.70
%42.91
%29.39

CMYK Percentages of Color #a4feae

%35
%0
%31
%0

Triadic Colors of #a4feae

#a4feae #aea4fe #feaea4

Analogous Colors of #a4feae

#a4feae #a4fedb #c7fea4

Monochromatic Colors of #a4feae

#a4feae

Complementary Color

#a4feae #fea4f4

#a4feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4feae Color CSS Codes

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

#a4feae Text Font Color

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

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


#a4feae Background Color

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

This div background color is #a4feae


#a4feae Border Color

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

This div border color is #a4feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4feae

Related Colors


Comments

No comments written yet.

Please login to write comment.