Color Hex Logo

#afce2d Color Hex

#AFCE2D
(175,206,45)
0 Favorites   0 Comments

Color spaces of #afce2d

RGB 17520645
HSL0.200.640.49
HSV72°78°81°
CMYK 0.150.000.78   0.19
XYZ40.224253.446010.6787
Yxy53.44600.38550.5122
Hunter Lab73.1068-29.724142.5143
CIE-Lab78.1376-30.372370.0739

#afce2d color RGB value is (175,206,45).

#afce2d hex color red value is 175, green value is 206 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #afce2d hue: 0.20 , saturation: 0.64 and the lightness value of afce2d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00101101
Octal 257 316 55
Decimal 175 206 45
Hex AF CE 2D

RGB Percentages of Color #afce2d

%41.08
%48.36
%10.56

CMYK Percentages of Color #afce2d

%15
%0
%78
%19

Triadic Colors of #afce2d

#afce2d #2dafce #ce2daf

Analogous Colors of #afce2d

#afce2d #5fce2d #ce9d2d

Monochromatic Colors of #afce2d

#afce2d

Complementary Color

#afce2d #4c2dce

#afce2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce2d Color CSS Codes

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

#afce2d Text Font Color

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

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


#afce2d Background Color

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

This div background color is #afce2d


#afce2d Border Color

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

This div border color is #afce2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce2d


Comments

No comments written yet.

Please login to write comment.