Color Hex Logo

#affe78 Color Hex

#AFFE78
(175,254,120)
0 Favorites   0 Comments

Color spaces of #affe78

RGB 175254120
HSL0.260.990.73
HSV95°53°100°
CMYK 0.310.000.53   0.00
XYZ56.511281.353630.4937
Yxy81.35360.33570.4832
Hunter Lab90.1962-46.006743.0925
CIE-Lab92.2888-46.324055.8530

#affe78 color RGB value is (175,254,120).

#affe78 hex color red value is 175, green value is 254 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #affe78 hue: 0.26 , saturation: 0.99 and the lightness value of affe78 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01111000
Octal 257 376 170
Decimal 175 254 120
Hex AF FE 78

RGB Percentages of Color #affe78

%31.88
%46.27
%21.86

CMYK Percentages of Color #affe78

%31
%0
%53
%0

Triadic Colors of #affe78

#affe78 #78affe #fe78af

Analogous Colors of #affe78

#affe78 #78fe84 #f2fe78

Monochromatic Colors of #affe78

#affe78

Complementary Color

#affe78 #c778fe

#affe78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe78 Color CSS Codes

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

#affe78 Text Font Color

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

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


#affe78 Background Color

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

This div background color is #affe78


#affe78 Border Color

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

This div border color is #affe78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe78


Comments

No comments written yet.

Please login to write comment.