Color Hex Logo

#afedad Color Hex

#AFEDAD
(175,237,173)
0 Favorites   0 Comments

Color spaces of #afedad

RGB 175237173
HSL0.330.640.80
HSV118°27°93°
CMYK 0.260.000.27   0.07
XYZ55.506272.699550.6421
Yxy72.69950.31040.4065
Hunter Lab85.2640-33.009924.4698
CIE-Lab88.3042-31.656324.8769

#afedad color RGB value is (175,237,173).

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

The process color (four color CMYK) of #afedad color hex is 0.26, 0.00, 0.27, 0.07. Web safe color of #afedad is #99ff99. Color #afedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10101101
Octal 257 355 255
Decimal 175 237 173
Hex AF ED AD

RGB Percentages of Color #afedad

%29.91
%40.51
%29.57

CMYK Percentages of Color #afedad

%26
%0
%27
%7

Triadic Colors of #afedad

#afedad #adafed #edadaf

Analogous Colors of #afedad

#afedad #adedcb #cfedad

Monochromatic Colors of #afedad

#afedad

Complementary Color

#afedad #ebaded

#afedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedad Color CSS Codes

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

#afedad Text Font Color

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

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


#afedad Background Color

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

This div background color is #afedad


#afedad Border Color

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

This div border color is #afedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedad


Comments

No comments written yet.

Please login to write comment.