Color Hex Logo

#afdcb5 Color Hex

#AFDCB5
(175,220,181)
0 Favorites   0 Comments

Color spaces of #afdcb5

RGB 175220181
HSL0.360.390.77
HSV128°20°86°
CMYK 0.200.000.18   0.14
XYZ51.612963.636653.2789
Yxy63.63660.30630.3776
Hunter Lab79.7726-24.112316.2419
CIE-Lab83.7762-22.148314.4259

#afdcb5 color RGB value is (175,220,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10110101
Octal 257 334 265
Decimal 175 220 181
Hex AF DC B5

RGB Percentages of Color #afdcb5

%30.38
%38.19
%31.42

CMYK Percentages of Color #afdcb5

%20
%0
%18
%14

Triadic Colors of #afdcb5

#afdcb5 #b5afdc #dcb5af

Analogous Colors of #afdcb5

#afdcb5 #afdccc #c0dcaf

Monochromatic Colors of #afdcb5

#afdcb5

Complementary Color

#afdcb5 #dcafd6

#afdcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcb5 Color CSS Codes

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

#afdcb5 Text Font Color

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

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


#afdcb5 Background Color

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

This div background color is #afdcb5


#afdcb5 Border Color

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

This div border color is #afdcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcb5


Comments

No comments written yet.

Please login to write comment.