Color Hex Logo

#aff05c Color Hex

#AFF05C
(175,240,92)
0 Favorites   0 Comments

Color spaces of #aff05c

RGB 17524092
HSL0.240.830.65
HSV86°62°94°
CMYK 0.270.000.62   0.06
XYZ50.771172.206821.3866
Yxy72.20680.35170.5002
Hunter Lab84.9746-42.054344.5600
CIE-Lab88.0680-42.877563.1694

#aff05c color RGB value is (175,240,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01011100
Octal 257 360 134
Decimal 175 240 92
Hex AF F0 5C

RGB Percentages of Color #aff05c

%34.52
%47.34
%18.15

CMYK Percentages of Color #aff05c

%27
%0
%62
%6

Triadic Colors of #aff05c

#aff05c #5caff0 #f05caf

Analogous Colors of #aff05c

#aff05c #65f05c #f0e75c

Monochromatic Colors of #aff05c

#aff05c

Complementary Color

#aff05c #9d5cf0

#aff05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff05c Color CSS Codes

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

#aff05c Text Font Color

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

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


#aff05c Background Color

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

This div background color is #aff05c


#aff05c Border Color

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

This div border color is #aff05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff05c


Comments

No comments written yet.

Please login to write comment.