Color Hex Logo

#affeb7 Color Hex

#AFFEB7
(175,254,183)
0 Favorites   0 Comments

Color spaces of #affeb7

RGB 175254183
HSL0.350.980.84
HSV126°31°100°
CMYK 0.310.000.28   0.00
XYZ61.668383.416557.6505
Yxy83.41650.30420.4115
Hunter Lab91.3326-39.307926.5081
CIE-Lab93.1965-37.817426.4701

#affeb7 color RGB value is (175,254,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10110111
Octal 257 376 267
Decimal 175 254 183
Hex AF FE B7

RGB Percentages of Color #affeb7

%28.59
%41.50
%29.90

CMYK Percentages of Color #affeb7

%31
%0
%28
%0

Triadic Colors of #affeb7

#affeb7 #b7affe #feb7af

Analogous Colors of #affeb7

#affeb7 #affedf #cffeaf

Monochromatic Colors of #affeb7

#affeb7

Complementary Color

#affeb7 #feaff6

#affeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affeb7 Color CSS Codes

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

#affeb7 Text Font Color

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

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


#affeb7 Background Color

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

This div background color is #affeb7


#affeb7 Border Color

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

This div border color is #affeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affeb7


Comments

No comments written yet.

Please login to write comment.