Color Hex Logo

#afe554 Color Hex

#AFE554
(175,229,84)
0 Favorites   0 Comments

Color spaces of #afe554

RGB 17522984
HSL0.230.740.61
HSV82°63°90°
CMYK 0.240.000.63   0.10
XYZ47.298765.792718.5939
Yxy65.79270.35920.4996
Hunter Lab81.1127-37.859743.1875
CIE-Lab84.8906-38.649662.9892

#afe554 color RGB value is (175,229,84).

#afe554 hex color red value is 175, green value is 229 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #afe554 hue: 0.23 , saturation: 0.74 and the lightness value of afe554 is 0.61.

The process color (four color CMYK) of #afe554 color hex is 0.24, 0.00, 0.63, 0.10. Web safe color of #afe554 is #99cc66. Color #afe554 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01010100
Octal 257 345 124
Decimal 175 229 84
Hex AF E5 54

RGB Percentages of Color #afe554

%35.86
%46.93
%17.21

CMYK Percentages of Color #afe554

%24
%0
%63
%10

Triadic Colors of #afe554

#afe554 #54afe5 #e554af

Analogous Colors of #afe554

#afe554 #67e554 #e5d354

Monochromatic Colors of #afe554

#afe554

Complementary Color

#afe554 #8a54e5

#afe554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe554 Color CSS Codes

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

#afe554 Text Font Color

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

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


#afe554 Background Color

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

This div background color is #afe554


#afe554 Border Color

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

This div border color is #afe554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe554


Comments

No comments written yet.

Please login to write comment.