Color Hex Logo

#afe261 Color Hex

#AFE261
(175,226,97)
0 Favorites   0 Comments

Color spaces of #afe261

RGB 17522697
HSL0.230.690.63
HSV84°57°89°
CMYK 0.230.000.57   0.11
XYZ47.033264.369721.2550
Yxy64.36970.35450.4852
Hunter Lab80.2307-35.762740.4542
CIE-Lab84.1579-36.234356.6667

#afe261 color RGB value is (175,226,97).

#afe261 hex color red value is 175, green value is 226 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #afe261 hue: 0.23 , saturation: 0.69 and the lightness value of afe261 is 0.63.

The process color (four color CMYK) of #afe261 color hex is 0.23, 0.00, 0.57, 0.11. Web safe color of #afe261 is #99cc66. Color #afe261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 01100001
Octal 257 342 141
Decimal 175 226 97
Hex AF E2 61

RGB Percentages of Color #afe261

%35.14
%45.38
%19.48

CMYK Percentages of Color #afe261

%23
%0
%57
%11

Triadic Colors of #afe261

#afe261 #61afe2 #e261af

Analogous Colors of #afe261

#afe261 #6fe261 #e2d561

Monochromatic Colors of #afe261

#afe261

Complementary Color

#afe261 #9461e2

#afe261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe261 Color CSS Codes

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

#afe261 Text Font Color

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

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


#afe261 Background Color

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

This div background color is #afe261


#afe261 Border Color

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

This div border color is #afe261


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,226,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 #afe261">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe261


Comments

No comments written yet.

Please login to write comment.