Color Hex Logo

#afcf92 Color Hex

#AFCF92
(175,207,146)
0 Favorites   0 Comments

Color spaces of #afcf92

RGB 175207146
HSL0.250.390.69
HSV91°29°81°
CMYK 0.150.000.29   0.19
XYZ45.180355.814935.5862
Yxy55.81490.33080.4087
Hunter Lab74.7094-22.794024.0550
CIE-Lab79.5084-21.456326.9051

#afcf92 color RGB value is (175,207,146).

#afcf92 hex color red value is 175, green value is 207 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #afcf92 hue: 0.25 , saturation: 0.39 and the lightness value of afcf92 is 0.69.

The process color (four color CMYK) of #afcf92 color hex is 0.15, 0.00, 0.29, 0.19. Web safe color of #afcf92 is #99cc99. Color #afcf92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10010010
Octal 257 317 222
Decimal 175 207 146
Hex AF CF 92

RGB Percentages of Color #afcf92

%33.14
%39.20
%27.65

CMYK Percentages of Color #afcf92

%15
%0
%29
%19

Triadic Colors of #afcf92

#afcf92 #92afcf #cf92af

Analogous Colors of #afcf92

#afcf92 #92cf94 #cecf92

Monochromatic Colors of #afcf92

#afcf92

Complementary Color

#afcf92 #b292cf

#afcf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf92 Color CSS Codes

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

#afcf92 Text Font Color

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

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


#afcf92 Background Color

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

This div background color is #afcf92


#afcf92 Border Color

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

This div border color is #afcf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf92


Comments

No comments written yet.

Please login to write comment.