Color Hex Logo

#afd7be Color Hex

#AFD7BE
(175,215,190)
0 Favorites   0 Comments

Color spaces of #afd7be

RGB 175215190
HSL0.400.330.76
HSV143°19°84°
CMYK 0.190.000.12   0.16
XYZ51.273961.432557.8704
Yxy61.43250.30060.3601
Hunter Lab78.3789-20.391911.0889
CIE-Lab82.6107-18.01978.0133

#afd7be color RGB value is (175,215,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10111110
Octal 257 327 276
Decimal 175 215 190
Hex AF D7 BE

RGB Percentages of Color #afd7be

%30.17
%37.07
%32.76

CMYK Percentages of Color #afd7be

%19
%0
%12
%16

Triadic Colors of #afd7be

#afd7be #beafd7 #d7beaf

Analogous Colors of #afd7be

#afd7be #afd7d2 #b4d7af

Monochromatic Colors of #afd7be

#afd7be

Complementary Color

#afd7be #d7afc8

#afd7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7be Color CSS Codes

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

#afd7be Text Font Color

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

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


#afd7be Background Color

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

This div background color is #afd7be


#afd7be Border Color

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

This div border color is #afd7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7be


Comments

No comments written yet.

Please login to write comment.