Color Hex Logo

#adefab Color Hex

#ADEFAB
(173,239,171)
0 Favorites   0 Comments

Color spaces of #adefab

RGB 173239171
HSL0.330.680.80
HSV118°28°94°
CMYK 0.280.000.28   0.06
XYZ55.450873.557549.8035
Yxy73.55750.31010.4114
Hunter Lab85.7657-34.682825.6067
CIE-Lab88.7129-33.557126.4417

#adefab color RGB value is (173,239,171).

#adefab hex color red value is 173, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #adefab hue: 0.33 , saturation: 0.68 and the lightness value of adefab is 0.80.

The process color (four color CMYK) of #adefab color hex is 0.28, 0.00, 0.28, 0.06. Web safe color of #adefab is #99ff99. Color #adefab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10101011
Octal 255 357 253
Decimal 173 239 171
Hex AD EF AB

RGB Percentages of Color #adefab

%29.67
%40.99
%29.33

CMYK Percentages of Color #adefab

%28
%0
%28
%6

Triadic Colors of #adefab

#adefab #abadef #efabad

Analogous Colors of #adefab

#adefab #abefcb #cfefab

Monochromatic Colors of #adefab

#adefab

Complementary Color

#adefab #edabef

#adefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefab Color CSS Codes

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

#adefab Text Font Color

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

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


#adefab Background Color

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

This div background color is #adefab


#adefab Border Color

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

This div border color is #adefab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,239,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefab


Comments

No comments written yet.

Please login to write comment.