Color Hex Logo

#afcd98 Color Hex

#AFCD98
(175,205,152)
0 Favorites   0 Comments

Color spaces of #afcd98

RGB 175205152
HSL0.260.350.70
HSV94°26°80°
CMYK 0.150.000.26   0.20
XYZ45.178055.043637.9491
Yxy55.04360.32700.3984
Hunter Lab74.1914-21.139321.6070
CIE-Lab79.0664-19.557823.1590

#afcd98 color RGB value is (175,205,152).

#afcd98 hex color red value is 175, green value is 205 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afcd98 hue: 0.26 , saturation: 0.35 and the lightness value of afcd98 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 10011000
Octal 257 315 230
Decimal 175 205 152
Hex AF CD 98

RGB Percentages of Color #afcd98

%32.89
%38.53
%28.57

CMYK Percentages of Color #afcd98

%15
%0
%26
%20

Triadic Colors of #afcd98

#afcd98 #98afcd #cd98af

Analogous Colors of #afcd98

#afcd98 #98cd9c #cacd98

Monochromatic Colors of #afcd98

#afcd98

Complementary Color

#afcd98 #b698cd

#afcd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd98 Color CSS Codes

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

#afcd98 Text Font Color

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

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


#afcd98 Background Color

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

This div background color is #afcd98


#afcd98 Border Color

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

This div border color is #afcd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd98


Comments

No comments written yet.

Please login to write comment.