Color Hex Logo

#afd7cb Color Hex

#AFD7CB
(175,215,203)
0 Favorites   0 Comments

Color spaces of #afd7cb

RGB 175215203
HSL0.450.330.76
HSV162°19°84°
CMYK 0.190.000.06   0.16
XYZ52.759162.026665.6915
Yxy62.02660.29230.3437
Hunter Lab78.7570-18.24805.6759
CIE-Lab82.9276-15.49281.5675

#afd7cb color RGB value is (175,215,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 11001011
Octal 257 327 313
Decimal 175 215 203
Hex AF D7 CB

RGB Percentages of Color #afd7cb

%29.51
%36.26
%34.23

CMYK Percentages of Color #afd7cb

%19
%0
%6
%16

Triadic Colors of #afd7cb

#afd7cb #cbafd7 #d7cbaf

Analogous Colors of #afd7cb

#afd7cb #afcfd7 #afd7b7

Monochromatic Colors of #afd7cb

#afd7cb

Complementary Color

#afd7cb #d7afbb

#afd7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7cb Color CSS Codes

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

#afd7cb Text Font Color

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

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


#afd7cb Background Color

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

This div background color is #afd7cb


#afd7cb Border Color

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

This div border color is #afd7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7cb


Comments

No comments written yet.

Please login to write comment.