Color Hex Logo

#afce61 Color Hex

#AFCE61
(175,206,97)
0 Favorites   0 Comments

Color spaces of #afce61

RGB 17520697
HSL0.210.530.59
HSV77°53°81°
CMYK 0.150.000.53   0.19
XYZ41.908254.119619.5466
Yxy54.11960.36260.4683
Hunter Lab73.5660-27.054835.7428
CIE-Lab78.5314-26.902750.1615

#afce61 color RGB value is (175,206,97).

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

The process color (four color CMYK) of #afce61 color hex is 0.15, 0.00, 0.53, 0.19. Web safe color of #afce61 is #99cc66. Color #afce61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 01100001
Octal 257 316 141
Decimal 175 206 97
Hex AF CE 61

RGB Percentages of Color #afce61

%36.61
%43.10
%20.29

CMYK Percentages of Color #afce61

%15
%0
%53
%19

Triadic Colors of #afce61

#afce61 #61afce #ce61af

Analogous Colors of #afce61

#afce61 #79ce61 #ceb761

Monochromatic Colors of #afce61

#afce61

Complementary Color

#afce61 #8061ce

#afce61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce61 Color CSS Codes

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

#afce61 Text Font Color

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

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


#afce61 Background Color

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

This div background color is #afce61


#afce61 Border Color

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

This div border color is #afce61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce61


Comments

No comments written yet.

Please login to write comment.