Color Hex Logo

#afd1cb Color Hex

#AFD1CB
(175,209,203)
0 Favorites   0 Comments

Color spaces of #afd1cb

RGB 175209203
HSL0.470.270.75
HSV169°16°82°
CMYK 0.160.000.03   0.18
XYZ51.259259.026765.1916
Yxy59.02670.29210.3364
Hunter Lab76.8288-15.35763.4708
CIE-Lab81.3063-12.4360-0.7981

#afd1cb color RGB value is (175,209,203).

#afd1cb hex color red value is 175, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afd1cb hue: 0.47 , saturation: 0.27 and the lightness value of afd1cb is 0.75.

The process color (four color CMYK) of #afd1cb color hex is 0.16, 0.00, 0.03, 0.18. Web safe color of #afd1cb is #99cccc. Color #afd1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 11001011
Octal 257 321 313
Decimal 175 209 203
Hex AF D1 CB

RGB Percentages of Color #afd1cb

%29.81
%35.60
%34.58

CMYK Percentages of Color #afd1cb

%16
%0
%3
%18

Triadic Colors of #afd1cb

#afd1cb #cbafd1 #d1cbaf

Analogous Colors of #afd1cb

#afd1cb #afc6d1 #afd1ba

Monochromatic Colors of #afd1cb

#afd1cb

Complementary Color

#afd1cb #d1afb5

#afd1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd1cb Color CSS Codes

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

#afd1cb Text Font Color

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

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


#afd1cb Background Color

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

This div background color is #afd1cb


#afd1cb Border Color

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

This div border color is #afd1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd1cb


Comments

No comments written yet.

Please login to write comment.