Color Hex Logo

#aff550 Color Hex

#AFF550
(175,245,80)
0 Favorites   0 Comments

Color spaces of #aff550

RGB 17524580
HSL0.240.890.64
HSV85°67°96°
CMYK 0.290.000.67   0.04
XYZ51.779674.998019.3364
Yxy74.99800.35440.5133
Hunter Lab86.6014-44.826047.3827
CIE-Lab89.3921-45.915969.2926

#aff550 color RGB value is (175,245,80).

#aff550 hex color red value is 175, green value is 245 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aff550 hue: 0.24 , saturation: 0.89 and the lightness value of aff550 is 0.64.

The process color (four color CMYK) of #aff550 color hex is 0.29, 0.00, 0.67, 0.04. Web safe color of #aff550 is #99ff66. Color #aff550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 01010000
Octal 257 365 120
Decimal 175 245 80
Hex AF F5 50

RGB Percentages of Color #aff550

%35.00
%49.00
%16.00

CMYK Percentages of Color #aff550

%29
%0
%67
%4

Triadic Colors of #aff550

#aff550 #50aff5 #f550af

Analogous Colors of #aff550

#aff550 #5df550 #f5e950

Monochromatic Colors of #aff550

#aff550

Complementary Color

#aff550 #9650f5

#aff550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff550 Color CSS Codes

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

#aff550 Text Font Color

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

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


#aff550 Background Color

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

This div background color is #aff550


#aff550 Border Color

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

This div border color is #aff550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff550


Comments

No comments written yet.

Please login to write comment.