Color Hex Logo

#afd2bc Color Hex

#AFD2BC
(175,210,188)
0 Favorites   0 Comments

Color spaces of #afd2bc

RGB 175210188
HSL0.400.280.75
HSV142°17°82°
CMYK 0.170.000.10   0.18
XYZ49.802958.838056.3089
Yxy58.83800.30190.3567
Hunter Lab76.7059-18.340610.1701
CIE-Lab81.2025-15.87997.0557

#afd2bc color RGB value is (175,210,188).

#afd2bc hex color red value is 175, green value is 210 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #afd2bc hue: 0.40 , saturation: 0.28 and the lightness value of afd2bc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10111100
Octal 257 322 274
Decimal 175 210 188
Hex AF D2 BC

RGB Percentages of Color #afd2bc

%30.54
%36.65
%32.81

CMYK Percentages of Color #afd2bc

%17
%0
%10
%18

Triadic Colors of #afd2bc

#afd2bc #bcafd2 #d2bcaf

Analogous Colors of #afd2bc

#afd2bc #afd2ce #b4d2af

Monochromatic Colors of #afd2bc

#afd2bc

Complementary Color

#afd2bc #d2afc5

#afd2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd2bc Color CSS Codes

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

#afd2bc Text Font Color

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

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


#afd2bc Background Color

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

This div background color is #afd2bc


#afd2bc Border Color

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

This div border color is #afd2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd2bc


Comments

No comments written yet.

Please login to write comment.