Color Hex Logo

#affc13 Color Hex

#AFFC13
(175,252,19)
0 Favorites   0 Comments

Color spaces of #affc13

RGB 17525219
HSL0.220.970.53
HSV80°92°99°
CMYK 0.310.000.92   0.01
XYZ52.607178.781813.0498
Yxy78.78180.36420.5454
Hunter Lab88.7591-49.532453.4143
CIE-Lab91.1355-51.266786.1085

#affc13 color RGB value is (175,252,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 00010011
Octal 257 374 23
Decimal 175 252 19
Hex AF FC 13

RGB Percentages of Color #affc13

%39.24
%56.50
%4.26

CMYK Percentages of Color #affc13

%31
%0
%92
%1

Triadic Colors of #affc13

#affc13 #13affc #fc13af

Analogous Colors of #affc13

#affc13 #3bfc13 #fcd513

Monochromatic Colors of #affc13

#affc13

Complementary Color

#affc13 #6013fc

#affc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc13 Color CSS Codes

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

#affc13 Text Font Color

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

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


#affc13 Background Color

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

This div background color is #affc13


#affc13 Border Color

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

This div border color is #affc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc13


Comments

No comments written yet.

Please login to write comment.