Color Hex Logo

#afd8cb Color Hex

#AFD8CB
(175,216,203)
0 Favorites   0 Comments

Color spaces of #afd8cb

RGB 175216203
HSL0.450.340.77
HSV161°19°85°
CMYK 0.190.000.06   0.15
XYZ53.014662.537565.7767
Yxy62.53750.29240.3449
Hunter Lab79.0807-18.72726.0410
CIE-Lab83.1984-15.99811.9615

#afd8cb color RGB value is (175,216,203).

#afd8cb hex color red value is 175, green value is 216 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afd8cb hue: 0.45 , saturation: 0.34 and the lightness value of afd8cb is 0.77.

The process color (four color CMYK) of #afd8cb color hex is 0.19, 0.00, 0.06, 0.15. Web safe color of #afd8cb is #99cccc. Color #afd8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 11001011
Octal 257 330 313
Decimal 175 216 203
Hex AF D8 CB

RGB Percentages of Color #afd8cb

%29.46
%36.36
%34.18

CMYK Percentages of Color #afd8cb

%19
%0
%6
%15

Triadic Colors of #afd8cb

#afd8cb #cbafd8 #d8cbaf

Analogous Colors of #afd8cb

#afd8cb #afd1d8 #afd8b7

Monochromatic Colors of #afd8cb

#afd8cb

Complementary Color

#afd8cb #d8afbc

#afd8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8cb Color CSS Codes

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

#afd8cb Text Font Color

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

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


#afd8cb Background Color

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

This div background color is #afd8cb


#afd8cb Border Color

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

This div border color is #afd8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8cb

#afd8cb Color Palettes


Comments

No comments written yet.

Please login to write comment.