Color Hex Logo

#afddb7 Color Hex

#AFDDB7
(175,221,183)
0 Favorites   0 Comments

Color spaces of #afddb7

RGB 175221183
HSL0.360.400.78
HSV130°21°87°
CMYK 0.210.000.17   0.13
XYZ52.082964.245854.4554
Yxy64.24580.30500.3762
Hunter Lab80.1535-24.281115.8265
CIE-Lab84.0936-22.281913.8215

#afddb7 color RGB value is (175,221,183).

#afddb7 hex color red value is 175, green value is 221 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #afddb7 hue: 0.36 , saturation: 0.40 and the lightness value of afddb7 is 0.78.

The process color (four color CMYK) of #afddb7 color hex is 0.21, 0.00, 0.17, 0.13. Web safe color of #afddb7 is #99cccc. Color #afddb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10110111
Octal 257 335 267
Decimal 175 221 183
Hex AF DD B7

RGB Percentages of Color #afddb7

%30.22
%38.17
%31.61

CMYK Percentages of Color #afddb7

%21
%0
%17
%13

Triadic Colors of #afddb7

#afddb7 #b7afdd #ddb7af

Analogous Colors of #afddb7

#afddb7 #afddce #beddaf

Monochromatic Colors of #afddb7

#afddb7

Complementary Color

#afddb7 #ddafd5

#afddb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddb7 Color CSS Codes

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

#afddb7 Text Font Color

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

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


#afddb7 Background Color

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

This div background color is #afddb7


#afddb7 Border Color

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

This div border color is #afddb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddb7


Comments

No comments written yet.

Please login to write comment.