Color Hex Logo

#afce14 Color Hex

#AFCE14
(175,206,20)
0 Favorites   0 Comments

Color spaces of #afce14

RGB 17520620
HSL0.190.820.44
HSV70°90°81°
CMYK 0.150.000.90   0.19
XYZ39.876853.30718.8494
Yxy53.30710.39080.5224
Hunter Lab73.0117-30.279243.9219
CIE-Lab78.0560-31.104375.5329

#afce14 color RGB value is (175,206,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00010100
Octal 257 316 24
Decimal 175 206 20
Hex AF CE 14

RGB Percentages of Color #afce14

%43.64
%51.37
%4.99

CMYK Percentages of Color #afce14

%15
%0
%90
%19

Triadic Colors of #afce14

#afce14 #14afce #ce14af

Analogous Colors of #afce14

#afce14 #52ce14 #ce9014

Monochromatic Colors of #afce14

#afce14

Complementary Color

#afce14 #3314ce

#afce14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce14 Color CSS Codes

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

#afce14 Text Font Color

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

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


#afce14 Background Color

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

This div background color is #afce14


#afce14 Border Color

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

This div border color is #afce14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce14


Comments

No comments written yet.

Please login to write comment.