Color Hex Logo

#afcf0a Color Hex

#AFCF0A
(175,207,10)
0 Favorites   0 Comments

Color spaces of #afcf0a

RGB 17520710
HSL0.190.910.43
HSV70°95°81°
CMYK 0.150.000.95   0.19
XYZ40.046853.76158.5535
Yxy53.76150.39120.5252
Hunter Lab73.3222-30.821644.4090
CIE-Lab78.3225-31.721976.9689

#afcf0a color RGB value is (175,207,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00001010
Octal 257 317 12
Decimal 175 207 10
Hex AF CF A

RGB Percentages of Color #afcf0a

%44.64
%52.81
%2.55

CMYK Percentages of Color #afcf0a

%15
%0
%95
%19

Triadic Colors of #afcf0a

#afcf0a #0aafcf #cf0aaf

Analogous Colors of #afcf0a

#afcf0a #4dcf0a #cf8d0a

Monochromatic Colors of #afcf0a

#afcf0a

Complementary Color

#afcf0a #2a0acf

#afcf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf0a Color CSS Codes

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

#afcf0a Text Font Color

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

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


#afcf0a Background Color

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

This div background color is #afcf0a


#afcf0a Border Color

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

This div border color is #afcf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf0a


Comments

No comments written yet.

Please login to write comment.