Color Hex Logo

#afce49 Color Hex

#AFCE49
(175,206,73)
0 Favorites   0 Comments

Color spaces of #afce49

RGB 17520673
HSL0.210.580.55
HSV74°65°81°
CMYK 0.150.000.65   0.19
XYZ40.953153.737614.5173
Yxy53.73760.37500.4921
Hunter Lab73.3059-28.564639.5725
CIE-Lab78.3085-28.855060.4273

#afce49 color RGB value is (175,206,73).

#afce49 hex color red value is 175, green value is 206 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afce49 hue: 0.21 , saturation: 0.58 and the lightness value of afce49 is 0.55.

The process color (four color CMYK) of #afce49 color hex is 0.15, 0.00, 0.65, 0.19. Web safe color of #afce49 is #99cc33. Color #afce49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 01001001
Octal 257 316 111
Decimal 175 206 73
Hex AF CE 49

RGB Percentages of Color #afce49

%38.55
%45.37
%16.08

CMYK Percentages of Color #afce49

%15
%0
%65
%19

Triadic Colors of #afce49

#afce49 #49afce #ce49af

Analogous Colors of #afce49

#afce49 #6dce49 #ceab49

Monochromatic Colors of #afce49

#afce49

Complementary Color

#afce49 #6849ce

#afce49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce49 Color CSS Codes

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

#afce49 Text Font Color

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

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


#afce49 Background Color

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

This div background color is #afce49


#afce49 Border Color

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

This div border color is #afce49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce49


Comments

No comments written yet.

Please login to write comment.