Color Hex Logo

#afdabe Color Hex

#AFDABE
(175,218,190)
0 Favorites   0 Comments

Color spaces of #afdabe

RGB 175218190
HSL0.390.370.77
HSV141°20°85°
CMYK 0.200.000.13   0.15
XYZ52.044962.974558.1274
Yxy62.97450.30060.3637
Hunter Lab79.3565-21.807012.1205
CIE-Lab83.4290-19.51669.1846

#afdabe color RGB value is (175,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10111110
Octal 257 332 276
Decimal 175 218 190
Hex AF DA BE

RGB Percentages of Color #afdabe

%30.02
%37.39
%32.59

CMYK Percentages of Color #afdabe

%20
%0
%13
%15

Triadic Colors of #afdabe

#afdabe #beafda #dabeaf

Analogous Colors of #afdabe

#afdabe #afdad4 #b6daaf

Monochromatic Colors of #afdabe

#afdabe

Complementary Color

#afdabe #daafcb

#afdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdabe Color CSS Codes

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

#afdabe Text Font Color

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

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


#afdabe Background Color

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

This div background color is #afdabe


#afdabe Border Color

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

This div border color is #afdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdabe


Comments

No comments written yet.

Please login to write comment.