Color Hex Logo

#affc55 Color Hex

#AFFC55
(175,252,85)
0 Favorites   0 Comments

Color spaces of #affc55

RGB 17525285
HSL0.240.970.66
HSV88°66°99°
CMYK 0.310.000.66   0.01
XYZ54.129379.390621.0653
Yxy79.39060.35020.5136
Hunter Lab89.1014-47.488348.3537
CIE-Lab91.4107-48.531369.5178

#affc55 color RGB value is (175,252,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 01010101
Octal 257 374 125
Decimal 175 252 85
Hex AF FC 55

RGB Percentages of Color #affc55

%34.18
%49.22
%16.60

CMYK Percentages of Color #affc55

%31
%0
%66
%1

Triadic Colors of #affc55

#affc55 #55affc #fc55af

Analogous Colors of #affc55

#affc55 #5cfc55 #fcf655

Monochromatic Colors of #affc55

#affc55

Complementary Color

#affc55 #a255fc

#affc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc55 Color CSS Codes

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

#affc55 Text Font Color

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

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


#affc55 Background Color

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

This div background color is #affc55


#affc55 Border Color

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

This div border color is #affc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc55


Comments

No comments written yet.

Please login to write comment.