Color Hex Logo

#afedc0 Color Hex

#AFEDC0
(175,237,192)
0 Favorites   0 Comments

Color spaces of #afedc0

RGB 175237192
HSL0.380.630.81
HSV136°26°93°
CMYK 0.260.000.19   0.07
XYZ57.477873.488161.0244
Yxy73.48810.29940.3828
Hunter Lab85.7252-30.336817.8014
CIE-Lab88.6800-28.385215.5863

#afedc0 color RGB value is (175,237,192).

#afedc0 hex color red value is 175, green value is 237 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #afedc0 hue: 0.38 , saturation: 0.63 and the lightness value of afedc0 is 0.81.

The process color (four color CMYK) of #afedc0 color hex is 0.26, 0.00, 0.19, 0.07. Web safe color of #afedc0 is #99ffcc. Color #afedc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11000000
Octal 257 355 300
Decimal 175 237 192
Hex AF ED C0

RGB Percentages of Color #afedc0

%28.97
%39.24
%31.79

CMYK Percentages of Color #afedc0

%26
%0
%19
%7

Triadic Colors of #afedc0

#afedc0 #c0afed #edc0af

Analogous Colors of #afedc0

#afedc0 #afeddf #bdedaf

Monochromatic Colors of #afedc0

#afedc0

Complementary Color

#afedc0 #edafdc

#afedc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedc0 Color CSS Codes

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

#afedc0 Text Font Color

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

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


#afedc0 Background Color

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

This div background color is #afedc0


#afedc0 Border Color

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

This div border color is #afedc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedc0


Comments

No comments written yet.

Please login to write comment.