Color Hex Logo

#afe268 Color Hex

#AFE268
(175,226,104)
0 Favorites   0 Comments

Color spaces of #afe268

RGB 175226104
HSL0.240.680.65
HSV85°54°89°
CMYK 0.230.000.54   0.11
XYZ47.374264.506123.0507
Yxy64.50610.35110.4781
Hunter Lab80.3157-35.264339.2047
CIE-Lab84.2286-35.585553.6092

#afe268 color RGB value is (175,226,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 01101000
Octal 257 342 150
Decimal 175 226 104
Hex AF E2 68

RGB Percentages of Color #afe268

%34.65
%44.75
%20.59

CMYK Percentages of Color #afe268

%23
%0
%54
%11

Triadic Colors of #afe268

#afe268 #68afe2 #e268af

Analogous Colors of #afe268

#afe268 #72e268 #e2d868

Monochromatic Colors of #afe268

#afe268

Complementary Color

#afe268 #9b68e2

#afe268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe268 Color CSS Codes

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

#afe268 Text Font Color

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

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


#afe268 Background Color

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

This div background color is #afe268


#afe268 Border Color

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

This div border color is #afe268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe268


Comments

No comments written yet.

Please login to write comment.