Color Hex Logo

#afeaae Color Hex

#AFEAAE
(175,234,174)
0 Favorites   0 Comments

Color spaces of #afeaae

RGB 175234174
HSL0.330.590.80
HSV119°26°92°
CMYK 0.250.000.26   0.08
XYZ54.742071.015650.8666
Yxy71.01560.30990.4021
Hunter Lab84.2708-31.520823.2015
CIE-Lab87.4926-30.084823.2489

#afeaae color RGB value is (175,234,174).

#afeaae hex color red value is 175, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afeaae hue: 0.33 , saturation: 0.59 and the lightness value of afeaae is 0.80.

The process color (four color CMYK) of #afeaae color hex is 0.25, 0.00, 0.26, 0.08. Web safe color of #afeaae is #99ff99. Color #afeaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10101110
Octal 257 352 256
Decimal 175 234 174
Hex AF EA AE

RGB Percentages of Color #afeaae

%30.02
%40.14
%29.85

CMYK Percentages of Color #afeaae

%25
%0
%26
%8

Triadic Colors of #afeaae

#afeaae #aeafea #eaaeaf

Analogous Colors of #afeaae

#afeaae #aeeacb #cdeaae

Monochromatic Colors of #afeaae

#afeaae

Complementary Color

#afeaae #e9aeea

#afeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeaae Color CSS Codes

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

#afeaae Text Font Color

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

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


#afeaae Background Color

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

This div background color is #afeaae


#afeaae Border Color

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

This div border color is #afeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeaae


Comments

No comments written yet.

Please login to write comment.