Color Hex Logo

#afcf09 Color Hex

#AFCF09
(175,207,9)
0 Favorites   0 Comments

Color spaces of #afcf09

RGB 1752079
HSL0.190.920.42
HSV70°96°81°
CMYK 0.150.000.96   0.19
XYZ40.041353.75938.5246
Yxy53.75930.39130.5254
Hunter Lab73.3207-30.830444.4312
CIE-Lab78.3212-31.733577.0633

#afcf09 color RGB value is (175,207,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00001001
Octal 257 317 11
Decimal 175 207 9
Hex AF CF 9

RGB Percentages of Color #afcf09

%44.76
%52.94
%2.30

CMYK Percentages of Color #afcf09

%15
%0
%96
%19

Triadic Colors of #afcf09

#afcf09 #09afcf #cf09af

Analogous Colors of #afcf09

#afcf09 #4ccf09 #cf8c09

Monochromatic Colors of #afcf09

#afcf09

Complementary Color

#afcf09 #2909cf

#afcf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf09 Color CSS Codes

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

#afcf09 Text Font Color

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

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


#afcf09 Background Color

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

This div background color is #afcf09


#afcf09 Border Color

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

This div border color is #afcf09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf09


Comments

No comments written yet.

Please login to write comment.