Color Hex Logo

#afddbe Color Hex

#AFDDBE
(175,221,190)
0 Favorites   0 Comments

Color spaces of #afddbe

RGB 175221190
HSL0.390.400.78
HSV140°21°87°
CMYK 0.210.000.14   0.13
XYZ52.829964.544658.3891
Yxy64.54460.30060.3672
Hunter Lab80.3397-23.216013.1471
CIE-Lab84.2485-21.002910.3545

#afddbe color RGB value is (175,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10111110
Octal 257 335 276
Decimal 175 221 190
Hex AF DD BE

RGB Percentages of Color #afddbe

%29.86
%37.71
%32.42

CMYK Percentages of Color #afddbe

%21
%0
%14
%13

Triadic Colors of #afddbe

#afddbe #beafdd #ddbeaf

Analogous Colors of #afddbe

#afddbe #afddd5 #b7ddaf

Monochromatic Colors of #afddbe

#afddbe

Complementary Color

#afddbe #ddafce

#afddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddbe Color CSS Codes

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

#afddbe Text Font Color

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

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


#afddbe Background Color

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

This div background color is #afddbe


#afddbe Border Color

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

This div border color is #afddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddbe


Comments

No comments written yet.

Please login to write comment.