Color Hex Logo

#afedcb Color Hex

#AFEDCB
(175,237,203)
0 Favorites   0 Comments

Color spaces of #afedcb

RGB 175237203
HSL0.410.630.81
HSV147°26°93°
CMYK 0.260.000.14   0.07
XYZ58.742973.994167.6861
Yxy73.99410.29310.3692
Hunter Lab86.0198-28.637113.5606
CIE-Lab88.9197-26.338710.2053

#afedcb color RGB value is (175,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11001011
Octal 257 355 313
Decimal 175 237 203
Hex AF ED CB

RGB Percentages of Color #afedcb

%28.46
%38.54
%33.01

CMYK Percentages of Color #afedcb

%26
%0
%14
%7

Triadic Colors of #afedcb

#afedcb #cbafed #edcbaf

Analogous Colors of #afedcb

#afedcb #afedea #b2edaf

Monochromatic Colors of #afedcb

#afedcb

Complementary Color

#afedcb #edafd1

#afedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedcb Color CSS Codes

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

#afedcb Text Font Color

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

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


#afedcb Background Color

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

This div background color is #afedcb


#afedcb Border Color

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

This div border color is #afedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedcb


Comments

No comments written yet.

Please login to write comment.