Color Hex Logo

#afdbbd Color Hex

#AFDBBD
(175,219,189)
0 Favorites   0 Comments

Color spaces of #afdbbd

RGB 175219189
HSL0.390.380.77
HSV139°20°86°
CMYK 0.200.000.14   0.14
XYZ52.196063.451157.6404
Yxy63.45110.30120.3662
Hunter Lab79.6562-22.433412.8562
CIE-Lab83.6792-20.199610.0704

#afdbbd color RGB value is (175,219,189).

#afdbbd hex color red value is 175, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afdbbd hue: 0.39 , saturation: 0.38 and the lightness value of afdbbd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10111101
Octal 257 333 275
Decimal 175 219 189
Hex AF DB BD

RGB Percentages of Color #afdbbd

%30.02
%37.56
%32.42

CMYK Percentages of Color #afdbbd

%20
%0
%14
%14

Triadic Colors of #afdbbd

#afdbbd #bdafdb #dbbdaf

Analogous Colors of #afdbbd

#afdbbd #afdbd3 #b7dbaf

Monochromatic Colors of #afdbbd

#afdbbd

Complementary Color

#afdbbd #dbafcd

#afdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbbd Color CSS Codes

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

#afdbbd Text Font Color

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

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


#afdbbd Background Color

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

This div background color is #afdbbd


#afdbbd Border Color

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

This div border color is #afdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbbd

#afdbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.