Color Hex Logo

#afcf0f Color Hex

#AFCF0F
(175,207,15)
0 Favorites   0 Comments

Color spaces of #afcf0f

RGB 17520715
HSL0.190.860.44
HSV70°93°81°
CMYK 0.150.000.93   0.19
XYZ40.078253.77418.7190
Yxy53.77410.39070.5243
Hunter Lab73.3308-30.771644.2820
CIE-Lab78.3298-31.655776.4327

#afcf0f color RGB value is (175,207,15).

#afcf0f hex color red value is 175, green value is 207 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #afcf0f hue: 0.19 , saturation: 0.86 and the lightness value of afcf0f is 0.44.

The process color (four color CMYK) of #afcf0f color hex is 0.15, 0.00, 0.93, 0.19. Web safe color of #afcf0f is #99cc00. Color #afcf0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00001111
Octal 257 317 17
Decimal 175 207 15
Hex AF CF F

RGB Percentages of Color #afcf0f

%44.08
%52.14
%3.78

CMYK Percentages of Color #afcf0f

%15
%0
%93
%19

Triadic Colors of #afcf0f

#afcf0f #0fafcf #cf0faf

Analogous Colors of #afcf0f

#afcf0f #4fcf0f #cf8f0f

Monochromatic Colors of #afcf0f

#afcf0f

Complementary Color

#afcf0f #2f0fcf

#afcf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf0f Color CSS Codes

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

#afcf0f Text Font Color

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

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


#afcf0f Background Color

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

This div background color is #afcf0f


#afcf0f Border Color

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

This div border color is #afcf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf0f


Comments

No comments written yet.

Please login to write comment.