Color Hex Logo

#afce35 Color Hex

#AFCE35
(175,206,53)
0 Favorites   0 Comments

Color spaces of #afce35

RGB 17520653
HSL0.200.610.51
HSV72°74°81°
CMYK 0.150.000.74   0.19
XYZ40.393153.513611.5684
Yxy53.51360.38300.5074
Hunter Lab73.1530-29.454941.8310
CIE-Lab78.1773-30.018667.6489

#afce35 color RGB value is (175,206,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00110101
Octal 257 316 65
Decimal 175 206 53
Hex AF CE 35

RGB Percentages of Color #afce35

%40.32
%47.47
%12.21

CMYK Percentages of Color #afce35

%15
%0
%74
%19

Triadic Colors of #afce35

#afce35 #35afce #ce35af

Analogous Colors of #afce35

#afce35 #63ce35 #cea135

Monochromatic Colors of #afce35

#afce35

Complementary Color

#afce35 #5435ce

#afce35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce35 Color CSS Codes

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

#afce35 Text Font Color

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

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


#afce35 Background Color

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

This div background color is #afce35


#afce35 Border Color

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

This div border color is #afce35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce35


Comments

No comments written yet.

Please login to write comment.