Color Hex Logo

#afdcbd Color Hex

#AFDCBD
(175,220,189)
0 Favorites   0 Comments

Color spaces of #afdcbd

RGB 175220189
HSL0.390.390.77
HSV139°20°86°
CMYK 0.200.000.14   0.14
XYZ52.457763.974557.7276
Yxy63.97450.30120.3673
Hunter Lab79.9841-22.902513.1969
CIE-Lab83.9525-20.694610.4601

#afdcbd color RGB value is (175,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10111101
Octal 257 334 275
Decimal 175 220 189
Hex AF DC BD

RGB Percentages of Color #afdcbd

%29.97
%37.67
%32.36

CMYK Percentages of Color #afdcbd

%20
%0
%14
%14

Triadic Colors of #afdcbd

#afdcbd #bdafdc #dcbdaf

Analogous Colors of #afdcbd

#afdcbd #afdcd4 #b8dcaf

Monochromatic Colors of #afdcbd

#afdcbd

Complementary Color

#afdcbd #dcafce

#afdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcbd Color CSS Codes

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

#afdcbd Text Font Color

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

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


#afdcbd Background Color

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

This div background color is #afdcbd


#afdcbd Border Color

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

This div border color is #afdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcbd


Comments

No comments written yet.

Please login to write comment.