Color Hex Logo

#afdcb2 Color Hex

#AFDCB2
(175,220,178)
0 Favorites   0 Comments

Color spaces of #afdcb2

RGB 175220178
HSL0.340.390.77
HSV124°20°86°
CMYK 0.200.000.19   0.14
XYZ51.308363.514751.6748
Yxy63.51470.30820.3815
Hunter Lab79.6961-24.550017.3438
CIE-Lab83.7125-22.677615.9138

#afdcb2 color RGB value is (175,220,178).

#afdcb2 hex color red value is 175, green value is 220 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #afdcb2 hue: 0.34 , saturation: 0.39 and the lightness value of afdcb2 is 0.77.

The process color (four color CMYK) of #afdcb2 color hex is 0.20, 0.00, 0.19, 0.14. Web safe color of #afdcb2 is #99cc99. Color #afdcb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10110010
Octal 257 334 262
Decimal 175 220 178
Hex AF DC B2

RGB Percentages of Color #afdcb2

%30.54
%38.39
%31.06

CMYK Percentages of Color #afdcb2

%20
%0
%19
%14

Triadic Colors of #afdcb2

#afdcb2 #b2afdc #dcb2af

Analogous Colors of #afdcb2

#afdcb2 #afdcc9 #c3dcaf

Monochromatic Colors of #afdcb2

#afdcb2

Complementary Color

#afdcb2 #dcafd9

#afdcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcb2 Color CSS Codes

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

#afdcb2 Text Font Color

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

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


#afdcb2 Background Color

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

This div background color is #afdcb2


#afdcb2 Border Color

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

This div border color is #afdcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcb2


Comments

No comments written yet.

Please login to write comment.