Color Hex Logo

#affd0f Color Hex

#AFFD0F
(175,253,15)
0 Favorites   0 Comments

Color spaces of #affd0f

RGB 17525315
HSL0.220.980.53
HSV80°94°99°
CMYK 0.310.000.94   0.01
XYZ52.890779.399012.9898
Yxy79.39900.36410.5465
Hunter Lab89.1061-49.983553.7310
CIE-Lab91.4145-51.733286.7410

#affd0f color RGB value is (175,253,15).

#affd0f hex color red value is 175, green value is 253 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #affd0f hue: 0.22 , saturation: 0.98 and the lightness value of affd0f is 0.53.

The process color (four color CMYK) of #affd0f color hex is 0.31, 0.00, 0.94, 0.01. Web safe color of #affd0f is #99ff00. Color #affd0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 00001111
Octal 257 375 17
Decimal 175 253 15
Hex AF FD F

RGB Percentages of Color #affd0f

%39.50
%57.11
%3.39

CMYK Percentages of Color #affd0f

%31
%0
%94
%1

Triadic Colors of #affd0f

#affd0f #0faffd #fd0faf

Analogous Colors of #affd0f

#affd0f #38fd0f #fdd40f

Monochromatic Colors of #affd0f

#affd0f

Complementary Color

#affd0f #5d0ffd

#affd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#affd0f Color CSS Codes

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

#affd0f Text Font Color

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

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


#affd0f Background Color

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

This div background color is #affd0f


#affd0f Border Color

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

This div border color is #affd0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,253,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 #affd0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affd0f

Related Colors


Comments

No comments written yet.

Please login to write comment.