Color Hex Logo

#affdb7 Color Hex

#AFFDB7
(175,253,183)
0 Favorites   0 Comments

Color spaces of #affdb7

RGB 175253183
HSL0.350.950.84
HSV126°31°99°
CMYK 0.310.000.28   0.01
XYZ61.351782.783457.5450
Yxy82.78340.30420.4105
Hunter Lab90.9854-38.861426.1910
CIE-Lab92.9195-37.365726.0914

#affdb7 color RGB value is (175,253,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 10110111
Octal 257 375 267
Decimal 175 253 183
Hex AF FD B7

RGB Percentages of Color #affdb7

%28.64
%41.41
%29.95

CMYK Percentages of Color #affdb7

%31
%0
%28
%1

Triadic Colors of #affdb7

#affdb7 #b7affd #fdb7af

Analogous Colors of #affdb7

#affdb7 #affdde #cefdaf

Monochromatic Colors of #affdb7

#affdb7

Complementary Color

#affdb7 #fdaff5

#affdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdb7 Color CSS Codes

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

#affdb7 Text Font Color

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

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


#affdb7 Background Color

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

This div background color is #affdb7


#affdb7 Border Color

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

This div border color is #affdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdb7

Related Colors


Comments

No comments written yet.

Please login to write comment.