Color Hex Logo

#affeb4 Color Hex

#AFFEB4
(175,254,180)
0 Favorites   0 Comments

Color spaces of #affeb4

RGB 175254180
HSL0.340.980.84
HSV124°31°100°
CMYK 0.310.000.29   0.00
XYZ61.359283.292956.0232
Yxy83.29290.30580.4151
Hunter Lab91.2649-39.704627.4902
CIE-Lab93.1425-38.309227.9140

#affeb4 color RGB value is (175,254,180).

#affeb4 hex color red value is 175, green value is 254 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #affeb4 hue: 0.34 , saturation: 0.98 and the lightness value of affeb4 is 0.84.

The process color (four color CMYK) of #affeb4 color hex is 0.31, 0.00, 0.29, 0.00. Web safe color of #affeb4 is #99ffcc. Color #affeb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10110100
Octal 257 376 264
Decimal 175 254 180
Hex AF FE B4

RGB Percentages of Color #affeb4

%28.74
%41.71
%29.56

CMYK Percentages of Color #affeb4

%31
%0
%29
%0

Triadic Colors of #affeb4

#affeb4 #b4affe #feb4af

Analogous Colors of #affeb4

#affeb4 #affedc #d2feaf

Monochromatic Colors of #affeb4

#affeb4

Complementary Color

#affeb4 #feaff9

#affeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affeb4 Color CSS Codes

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

#affeb4 Text Font Color

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

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


#affeb4 Background Color

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

This div background color is #affeb4


#affeb4 Border Color

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

This div border color is #affeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affeb4


Comments

No comments written yet.

Please login to write comment.