Color Hex Logo

#afef5b Color Hex

#AFEF5B
(175,239,91)
0 Favorites   0 Comments

Color spaces of #afef5b

RGB 17523991
HSL0.240.820.65
HSV86°62°94°
CMYK 0.270.000.62   0.06
XYZ50.434071.602321.0600
Yxy71.60230.35240.5004
Hunter Lab84.6181-41.692444.4764
CIE-Lab87.7768-42.522163.2621

#afef5b color RGB value is (175,239,91).

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

The process color (four color CMYK) of #afef5b color hex is 0.27, 0.00, 0.62, 0.06. Web safe color of #afef5b is #99ff66. Color #afef5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01011011
Octal 257 357 133
Decimal 175 239 91
Hex AF EF 5B

RGB Percentages of Color #afef5b

%34.65
%47.33
%18.02

CMYK Percentages of Color #afef5b

%27
%0
%62
%6

Triadic Colors of #afef5b

#afef5b #5bafef #ef5baf

Analogous Colors of #afef5b

#afef5b #65ef5b #efe55b

Monochromatic Colors of #afef5b

#afef5b

Complementary Color

#afef5b #9b5bef

#afef5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef5b Color CSS Codes

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

#afef5b Text Font Color

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

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


#afef5b Background Color

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

This div background color is #afef5b


#afef5b Border Color

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

This div border color is #afef5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef5b


Comments

No comments written yet.

Please login to write comment.