Color Hex Logo

#adfebd Color Hex

#ADFEBD
(173,254,189)
0 Favorites   0 Comments

Color spaces of #adfebd

RGB 173254189
HSL0.370.980.84
HSV132°32°100°
CMYK 0.320.000.26   0.00
XYZ61.860783.442060.9896
Yxy83.44200.29990.4045
Hunter Lab91.3466-38.974824.3563
CIE-Lab93.2076-37.415723.4239

#adfebd color RGB value is (173,254,189).

#adfebd hex color red value is 173, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adfebd hue: 0.37 , saturation: 0.98 and the lightness value of adfebd is 0.84.

The process color (four color CMYK) of #adfebd color hex is 0.32, 0.00, 0.26, 0.00. Web safe color of #adfebd is #99ffcc. Color #adfebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 10111101
Octal 255 376 275
Decimal 173 254 189
Hex AD FE BD

RGB Percentages of Color #adfebd

%28.08
%41.23
%30.68

CMYK Percentages of Color #adfebd

%32
%0
%26
%0

Triadic Colors of #adfebd

#adfebd #bdadfe #febdad

Analogous Colors of #adfebd

#adfebd #adfee6 #c6fead

Monochromatic Colors of #adfebd

#adfebd

Complementary Color

#adfebd #feadee

#adfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfebd Color CSS Codes

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

#adfebd Text Font Color

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

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


#adfebd Background Color

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

This div background color is #adfebd


#adfebd Border Color

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

This div border color is #adfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfebd


Comments

No comments written yet.

Please login to write comment.