Color Hex Logo

#aff055 Color Hex

#AFF055
(175,240,85)
0 Favorites   0 Comments

Color spaces of #aff055

RGB 17524085
HSL0.240.840.64
HSV85°65°94°
CMYK 0.270.000.65   0.06
XYZ50.479072.090019.8486
Yxy72.09000.35440.5062
Hunter Lab84.9058-42.461745.5737
CIE-Lab88.0119-43.415065.9291

#aff055 color RGB value is (175,240,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01010101
Octal 257 360 125
Decimal 175 240 85
Hex AF F0 55

RGB Percentages of Color #aff055

%35.00
%48.00
%17.00

CMYK Percentages of Color #aff055

%27
%0
%65
%6

Triadic Colors of #aff055

#aff055 #55aff0 #f055af

Analogous Colors of #aff055

#aff055 #61f055 #f0e455

Monochromatic Colors of #aff055

#aff055

Complementary Color

#aff055 #9655f0

#aff055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff055 Color CSS Codes

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

#aff055 Text Font Color

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

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


#aff055 Background Color

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

This div background color is #aff055


#aff055 Border Color

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

This div border color is #aff055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff055


Comments

No comments written yet.

Please login to write comment.