Color Hex Logo

#adefbd Color Hex

#ADEFBD
(173,239,189)
0 Favorites   0 Comments

Color spaces of #adefbd

RGB 173239189
HSL0.370.670.81
HSV135°28°94°
CMYK 0.280.000.21   0.06
XYZ57.285474.291459.4645
Yxy74.29140.29990.3889
Hunter Lab86.1925-32.201819.4303
CIE-Lab89.0600-30.495617.6588

#adefbd color RGB value is (173,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10111101
Octal 255 357 275
Decimal 173 239 189
Hex AD EF BD

RGB Percentages of Color #adefbd

%28.79
%39.77
%31.45

CMYK Percentages of Color #adefbd

%28
%0
%21
%6

Triadic Colors of #adefbd

#adefbd #bdadef #efbdad

Analogous Colors of #adefbd

#adefbd #adefde #beefad

Monochromatic Colors of #adefbd

#adefbd

Complementary Color

#adefbd #efaddf

#adefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefbd Color CSS Codes

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

#adefbd Text Font Color

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

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


#adefbd Background Color

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

This div background color is #adefbd


#adefbd Border Color

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

This div border color is #adefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefbd


Comments

No comments written yet.

Please login to write comment.