Color Hex Logo

#afdeae Color Hex

#AFDEAE
(175,222,174)
0 Favorites   0 Comments

Color spaces of #afdeae

RGB 175222174
HSL0.330.420.78
HSV119°22°87°
CMYK 0.210.000.22   0.13
XYZ51.440564.412549.7661
Yxy64.41250.31060.3889
Hunter Lab80.2574-26.041919.4156
CIE-Lab84.1801-24.343918.6650

#afdeae color RGB value is (175,222,174).

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

The process color (four color CMYK) of #afdeae color hex is 0.21, 0.00, 0.22, 0.13. Web safe color of #afdeae is #99cc99. Color #afdeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10101110
Octal 257 336 256
Decimal 175 222 174
Hex AF DE AE

RGB Percentages of Color #afdeae

%30.65
%38.88
%30.47

CMYK Percentages of Color #afdeae

%21
%0
%22
%13

Triadic Colors of #afdeae

#afdeae #aeafde #deaeaf

Analogous Colors of #afdeae

#afdeae #aedec5 #c7deae

Monochromatic Colors of #afdeae

#afdeae

Complementary Color

#afdeae #ddaede

#afdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeae Color CSS Codes

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

#afdeae Text Font Color

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

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


#afdeae Background Color

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

This div background color is #afdeae


#afdeae Border Color

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

This div border color is #afdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeae


Comments

No comments written yet.

Please login to write comment.