Color Hex Logo

#affe5d Color Hex

#AFFE5D
(175,254,93)
0 Favorites   0 Comments

Color spaces of #affe5d

RGB 17525493
HSL0.250.990.68
HSV89°63°100°
CMYK 0.310.000.63   0.00
XYZ55.096880.787923.0456
Yxy80.78790.34670.5083
Hunter Lab89.8821-47.875047.7156
CIE-Lab92.0372-48.777067.0812

#affe5d color RGB value is (175,254,93).

#affe5d hex color red value is 175, green value is 254 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #affe5d hue: 0.25 , saturation: 0.99 and the lightness value of affe5d is 0.68.

The process color (four color CMYK) of #affe5d color hex is 0.31, 0.00, 0.63, 0.00. Web safe color of #affe5d is #99ff66. Color #affe5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01011101
Octal 257 376 135
Decimal 175 254 93
Hex AF FE 5D

RGB Percentages of Color #affe5d

%33.52
%48.66
%17.82

CMYK Percentages of Color #affe5d

%31
%0
%63
%0

Triadic Colors of #affe5d

#affe5d #5daffe #fe5daf

Analogous Colors of #affe5d

#affe5d #5ffe5d #fefd5d

Monochromatic Colors of #affe5d

#affe5d

Complementary Color

#affe5d #ac5dfe

#affe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe5d Color CSS Codes

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

#affe5d Text Font Color

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

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


#affe5d Background Color

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

This div background color is #affe5d


#affe5d Border Color

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

This div border color is #affe5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe5d

Related Colors


Comments

No comments written yet.

Please login to write comment.