Color Hex Logo

#afe135 Color Hex

#AFE135
(175,225,53)
0 Favorites   0 Comments

Color spaces of #afe135

RGB 17522553
HSL0.220.740.55
HSV77°76°88°
CMYK 0.220.000.76   0.12
XYZ45.247063.221413.1863
Yxy63.22140.37190.5197
Hunter Lab79.5119-37.568745.8256
CIE-Lab83.5587-38.722972.7026

#afe135 color RGB value is (175,225,53).

#afe135 hex color red value is 175, green value is 225 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #afe135 hue: 0.22 , saturation: 0.74 and the lightness value of afe135 is 0.55.

The process color (four color CMYK) of #afe135 color hex is 0.22, 0.00, 0.76, 0.12. Web safe color of #afe135 is #99cc33. Color #afe135 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00110101
Octal 257 341 65
Decimal 175 225 53
Hex AF E1 35

RGB Percentages of Color #afe135

%38.63
%49.67
%11.70

CMYK Percentages of Color #afe135

%22
%0
%76
%12

Triadic Colors of #afe135

#afe135 #35afe1 #e135af

Analogous Colors of #afe135

#afe135 #59e135 #e1bd35

Monochromatic Colors of #afe135

#afe135

Complementary Color

#afe135 #6735e1

#afe135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe135 Color CSS Codes

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

#afe135 Text Font Color

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

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


#afe135 Background Color

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

This div background color is #afe135


#afe135 Border Color

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

This div border color is #afe135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe135


Comments

No comments written yet.

Please login to write comment.