Color Hex Logo

#adfabe Color Hex

#ADFABE
(173,250,190)
0 Favorites   0 Comments

Color spaces of #adfabe

RGB 173250190
HSL0.370.890.83
HSV133°31°98°
CMYK 0.310.000.24   0.02
XYZ60.713580.973261.1446
Yxy80.97320.29930.3992
Hunter Lab89.9851-37.038922.7022
CIE-Lab92.1198-35.422021.4088

#adfabe color RGB value is (173,250,190).

#adfabe hex color red value is 173, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #adfabe hue: 0.37 , saturation: 0.89 and the lightness value of adfabe is 0.83.

The process color (four color CMYK) of #adfabe color hex is 0.31, 0.00, 0.24, 0.02. Web safe color of #adfabe is #99ffcc. Color #adfabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10111110
Octal 255 372 276
Decimal 173 250 190
Hex AD FA BE

RGB Percentages of Color #adfabe

%28.22
%40.78
%31.00

CMYK Percentages of Color #adfabe

%31
%0
%24
%2

Triadic Colors of #adfabe

#adfabe #beadfa #fabead

Analogous Colors of #adfabe

#adfabe #adfae5 #c3faad

Monochromatic Colors of #adfabe

#adfabe

Complementary Color

#adfabe #faade9

#adfabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfabe Color CSS Codes

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

#adfabe Text Font Color

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

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


#adfabe Background Color

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

This div background color is #adfabe


#adfabe Border Color

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

This div border color is #adfabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfabe


Comments

No comments written yet.

Please login to write comment.