Color Hex Logo

#afd3cb Color Hex

#AFD3CB
(175,211,203)
0 Favorites   0 Comments

Color spaces of #afd3cb

RGB 175211203
HSL0.460.290.76
HSV167°17°83°
CMYK 0.170.000.04   0.17
XYZ51.753060.014365.3562
Yxy60.01430.29220.3388
Hunter Lab77.4689-16.32394.2086
CIE-Lab81.8460-13.4596-0.0093

#afd3cb color RGB value is (175,211,203).

#afd3cb hex color red value is 175, green value is 211 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afd3cb hue: 0.46 , saturation: 0.29 and the lightness value of afd3cb is 0.76.

The process color (four color CMYK) of #afd3cb color hex is 0.17, 0.00, 0.04, 0.17. Web safe color of #afd3cb is #99cccc. Color #afd3cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 11001011
Octal 257 323 313
Decimal 175 211 203
Hex AF D3 CB

RGB Percentages of Color #afd3cb

%29.71
%35.82
%34.47

CMYK Percentages of Color #afd3cb

%17
%0
%4
%17

Triadic Colors of #afd3cb

#afd3cb #cbafd3 #d3cbaf

Analogous Colors of #afd3cb

#afd3cb #afc9d3 #afd3b9

Monochromatic Colors of #afd3cb

#afd3cb

Complementary Color

#afd3cb #d3afb7

#afd3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd3cb Color CSS Codes

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

#afd3cb Text Font Color

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

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


#afd3cb Background Color

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

This div background color is #afd3cb


#afd3cb Border Color

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

This div border color is #afd3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd3cb


Comments

No comments written yet.

Please login to write comment.