Color Hex Logo

#afce15 Color Hex

#AFCE15
(175,206,21)
0 Favorites   0 Comments

Color spaces of #afce15

RGB 17520621
HSL0.190.810.45
HSV70°90°81°
CMYK 0.150.000.90   0.19
XYZ39.885953.31078.8973
Yxy53.31070.39070.5222
Hunter Lab73.0142-30.264543.8850
CIE-Lab78.0581-31.085075.3805

#afce15 color RGB value is (175,206,21).

#afce15 hex color red value is 175, green value is 206 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #afce15 hue: 0.19 , saturation: 0.81 and the lightness value of afce15 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00010101
Octal 257 316 25
Decimal 175 206 21
Hex AF CE 15

RGB Percentages of Color #afce15

%43.53
%51.24
%5.22

CMYK Percentages of Color #afce15

%15
%0
%90
%19

Triadic Colors of #afce15

#afce15 #15afce #ce15af

Analogous Colors of #afce15

#afce15 #53ce15 #ce9115

Monochromatic Colors of #afce15

#afce15

Complementary Color

#afce15 #3415ce

#afce15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce15 Color CSS Codes

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

#afce15 Text Font Color

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

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


#afce15 Background Color

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

This div background color is #afce15


#afce15 Border Color

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

This div border color is #afce15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce15


Comments

No comments written yet.

Please login to write comment.