Color Hex Logo

#affc5d Color Hex

#AFFC5D
(175,252,93)
0 Favorites   0 Comments

Color spaces of #affc5d

RGB 17525293
HSL0.250.960.68
HSV89°63°99°
CMYK 0.310.000.63   0.01
XYZ54.465479.525122.8352
Yxy79.52510.34730.5071
Hunter Lab89.1768-47.039347.2416
CIE-Lab91.4714-47.936566.4694

#affc5d color RGB value is (175,252,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 01011101
Octal 257 374 135
Decimal 175 252 93
Hex AF FC 5D

RGB Percentages of Color #affc5d

%33.65
%48.46
%17.88

CMYK Percentages of Color #affc5d

%31
%0
%63
%1

Triadic Colors of #affc5d

#affc5d #5daffc #fc5daf

Analogous Colors of #affc5d

#affc5d #60fc5d #fcfa5d

Monochromatic Colors of #affc5d

#affc5d

Complementary Color

#affc5d #aa5dfc

#affc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc5d Color CSS Codes

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

#affc5d Text Font Color

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

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


#affc5d Background Color

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

This div background color is #affc5d


#affc5d Border Color

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

This div border color is #affc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc5d


Comments

No comments written yet.

Please login to write comment.