Color Hex Logo

#afdab5 Color Hex

#AFDAB5
(175,218,181)
0 Favorites   0 Comments

Color spaces of #afdab5

RGB 175218181
HSL0.360.370.77
HSV128°20°85°
CMYK 0.200.000.17   0.15
XYZ51.091162.593053.1049
Yxy62.59300.30630.3753
Hunter Lab79.1157-23.181415.5838
CIE-Lab83.2278-21.163713.6521

#afdab5 color RGB value is (175,218,181).

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

The process color (four color CMYK) of #afdab5 color hex is 0.20, 0.00, 0.17, 0.15. Web safe color of #afdab5 is #99cccc. Color #afdab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10110101
Octal 257 332 265
Decimal 175 218 181
Hex AF DA B5

RGB Percentages of Color #afdab5

%30.49
%37.98
%31.53

CMYK Percentages of Color #afdab5

%20
%0
%17
%15

Triadic Colors of #afdab5

#afdab5 #b5afda #dab5af

Analogous Colors of #afdab5

#afdab5 #afdacb #bfdaaf

Monochromatic Colors of #afdab5

#afdab5

Complementary Color

#afdab5 #daafd4

#afdab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdab5 Color CSS Codes

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

#afdab5 Text Font Color

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

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


#afdab5 Background Color

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

This div background color is #afdab5


#afdab5 Border Color

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

This div border color is #afdab5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,218,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 #afdab5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdab5


Comments

No comments written yet.

Please login to write comment.