Color Hex Logo

#afddba Color Hex

#AFDDBA
(175,221,186)
0 Favorites   0 Comments

Color spaces of #afddba

RGB 175221186
HSL0.370.400.78
HSV134°21°87°
CMYK 0.210.000.16   0.13
XYZ52.398664.372056.1177
Yxy64.37200.30310.3723
Hunter Lab80.2322-23.830214.6926
CIE-Lab84.1591-21.739112.3353

#afddba color RGB value is (175,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10111010
Octal 257 335 272
Decimal 175 221 186
Hex AF DD BA

RGB Percentages of Color #afddba

%30.07
%37.97
%31.96

CMYK Percentages of Color #afddba

%21
%0
%16
%13

Triadic Colors of #afddba

#afddba #baafdd #ddbaaf

Analogous Colors of #afddba

#afddba #afddd1 #bbddaf

Monochromatic Colors of #afddba

#afddba

Complementary Color

#afddba #ddafd2

#afddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddba Color CSS Codes

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

#afddba Text Font Color

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

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


#afddba Background Color

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

This div background color is #afddba


#afddba Border Color

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

This div border color is #afddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddba


Comments

No comments written yet.

Please login to write comment.