Color Hex Logo

#affeb6 Color Hex

#AFFEB6
(175,254,182)
0 Favorites   0 Comments

Color spaces of #affeb6

RGB 175254182
HSL0.350.980.84
HSV125°31°100°
CMYK 0.310.000.28   0.00
XYZ61.564583.375057.1042
Yxy83.37500.30470.4127
Hunter Lab91.3099-39.441126.8376
CIE-Lab93.1784-37.982326.9516

#affeb6 color RGB value is (175,254,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10110110
Octal 257 376 266
Decimal 175 254 182
Hex AF FE B6

RGB Percentages of Color #affeb6

%28.64
%41.57
%29.79

CMYK Percentages of Color #affeb6

%31
%0
%28
%0

Triadic Colors of #affeb6

#affeb6 #b6affe #feb6af

Analogous Colors of #affeb6

#affeb6 #affede #d0feaf

Monochromatic Colors of #affeb6

#affeb6

Complementary Color

#affeb6 #feaff7

#affeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affeb6 Color CSS Codes

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

#affeb6 Text Font Color

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

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


#affeb6 Background Color

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

This div background color is #affeb6


#affeb6 Border Color

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

This div border color is #affeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affeb6


Comments

No comments written yet.

Please login to write comment.