Color Hex Logo

#afddbf Color Hex

#AFDDBF
(175,221,191)
0 Favorites   0 Comments

Color spaces of #afddbf

RGB 175221191
HSL0.390.400.78
HSV141°21°87°
CMYK 0.210.000.14   0.13
XYZ52.939664.588558.9668
Yxy64.58850.29990.3660
Hunter Lab80.3670-23.060112.7547
CIE-Lab84.2712-20.81649.8596

#afddbf color RGB value is (175,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10111111
Octal 257 335 277
Decimal 175 221 191
Hex AF DD BF

RGB Percentages of Color #afddbf

%29.81
%37.65
%32.54

CMYK Percentages of Color #afddbf

%21
%0
%14
%13

Triadic Colors of #afddbf

#afddbf #bfafdd #ddbfaf

Analogous Colors of #afddbf

#afddbf #afddd6 #b6ddaf

Monochromatic Colors of #afddbf

#afddbf

Complementary Color

#afddbf #ddafcd

#afddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddbf Color CSS Codes

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

#afddbf Text Font Color

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

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


#afddbf Background Color

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

This div background color is #afddbf


#afddbf Border Color

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

This div border color is #afddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddbf


Comments

No comments written yet.

Please login to write comment.