Color Hex Logo

#afdcb3 Color Hex

#AFDCB3
(175,220,179)
0 Favorites   0 Comments

Color spaces of #afdcb3

RGB 175220179
HSL0.350.390.77
HSV125°20°86°
CMYK 0.200.000.19   0.14
XYZ51.409163.555052.2056
Yxy63.55500.30750.3802
Hunter Lab79.7214-24.405016.9789
CIE-Lab83.7335-22.502015.4179

#afdcb3 color RGB value is (175,220,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10110011
Octal 257 334 263
Decimal 175 220 179
Hex AF DC B3

RGB Percentages of Color #afdcb3

%30.49
%38.33
%31.18

CMYK Percentages of Color #afdcb3

%20
%0
%19
%14

Triadic Colors of #afdcb3

#afdcb3 #b3afdc #dcb3af

Analogous Colors of #afdcb3

#afdcb3 #afdcca #c2dcaf

Monochromatic Colors of #afdcb3

#afdcb3

Complementary Color

#afdcb3 #dcafd8

#afdcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcb3 Color CSS Codes

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

#afdcb3 Text Font Color

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

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


#afdcb3 Background Color

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

This div background color is #afdcb3


#afdcb3 Border Color

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

This div border color is #afdcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcb3


Comments

No comments written yet.

Please login to write comment.