Color Hex Logo

#affc0e Color Hex

#AFFC0E
(175,252,14)
0 Favorites   0 Comments

Color spaces of #affc0e

RGB 17525214
HSL0.220.980.52
HSV79°94°99°
CMYK 0.310.000.94   0.01
XYZ52.568978.766512.8482
Yxy78.76650.36460.5463
Hunter Lab88.7505-49.583853.5421
CIE-Lab91.1285-51.336286.6070

#affc0e color RGB value is (175,252,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 00001110
Octal 257 374 16
Decimal 175 252 14
Hex AF FC E

RGB Percentages of Color #affc0e

%39.68
%57.14
%3.17

CMYK Percentages of Color #affc0e

%31
%0
%94
%1

Triadic Colors of #affc0e

#affc0e #0eaffc #fc0eaf

Analogous Colors of #affc0e

#affc0e #38fc0e #fcd20e

Monochromatic Colors of #affc0e

#affc0e

Complementary Color

#affc0e #5b0efc

#affc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc0e Color CSS Codes

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

#affc0e Text Font Color

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

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


#affc0e Background Color

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

This div background color is #affc0e


#affc0e Border Color

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

This div border color is #affc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc0e


Comments

No comments written yet.

Please login to write comment.