Color Hex Logo

#afe270 Color Hex

#AFE270
(175,226,112)
0 Favorites   0 Comments

Color spaces of #afe270

RGB 175226112
HSL0.240.660.66
HSV87°50°89°
CMYK 0.230.000.50   0.11
XYZ47.800264.676525.2937
Yxy64.67650.34700.4695
Hunter Lab80.4217-34.643037.6477
CIE-Lab84.3168-34.780850.0140

#afe270 color RGB value is (175,226,112).

#afe270 hex color red value is 175, green value is 226 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afe270 hue: 0.24 , saturation: 0.66 and the lightness value of afe270 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 01110000
Octal 257 342 160
Decimal 175 226 112
Hex AF E2 70

RGB Percentages of Color #afe270

%34.11
%44.05
%21.83

CMYK Percentages of Color #afe270

%23
%0
%50
%11

Triadic Colors of #afe270

#afe270 #70afe2 #e270af

Analogous Colors of #afe270

#afe270 #76e270 #e2dc70

Monochromatic Colors of #afe270

#afe270

Complementary Color

#afe270 #a370e2

#afe270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe270 Color CSS Codes

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

#afe270 Text Font Color

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

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


#afe270 Background Color

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

This div background color is #afe270


#afe270 Border Color

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

This div border color is #afe270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe270


Comments

No comments written yet.

Please login to write comment.