Color Hex Logo

#afcda8 Color Hex

#AFCDA8
(175,205,168)
0 Favorites   0 Comments

Color spaces of #afcda8

RGB 175205168
HSL0.300.270.73
HSV109°18°80°
CMYK 0.150.000.18   0.20
XYZ46.578455.603845.3234
Yxy55.60380.31580.3770
Hunter Lab74.5680-18.995016.1603
CIE-Lab79.3878-16.952415.1304

#afcda8 color RGB value is (175,205,168).

#afcda8 hex color red value is 175, green value is 205 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #afcda8 hue: 0.30 , saturation: 0.27 and the lightness value of afcda8 is 0.73.

The process color (four color CMYK) of #afcda8 color hex is 0.15, 0.00, 0.18, 0.20. Web safe color of #afcda8 is #99cc99. Color #afcda8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 10101000
Octal 257 315 250
Decimal 175 205 168
Hex AF CD A8

RGB Percentages of Color #afcda8

%31.93
%37.41
%30.66

CMYK Percentages of Color #afcda8

%15
%0
%18
%20

Triadic Colors of #afcda8

#afcda8 #a8afcd #cda8af

Analogous Colors of #afcda8

#afcda8 #a8cdb4 #c2cda8

Monochromatic Colors of #afcda8

#afcda8

Complementary Color

#afcda8 #c6a8cd

#afcda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcda8 Color CSS Codes

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

#afcda8 Text Font Color

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

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


#afcda8 Background Color

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

This div background color is #afcda8


#afcda8 Border Color

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

This div border color is #afcda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcda8


Comments

No comments written yet.

Please login to write comment.