Color Hex Logo

#adefbb Color Hex

#ADEFBB
(173,239,187)
0 Favorites   0 Comments

Color spaces of #adefbb

RGB 173239187
HSL0.370.670.81
HSV133°28°94°
CMYK 0.280.000.22   0.06
XYZ57.069774.205158.3288
Yxy74.20510.30100.3914
Hunter Lab86.1424-32.492120.1532
CIE-Lab89.0193-30.850918.6360

#adefbb color RGB value is (173,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10111011
Octal 255 357 273
Decimal 173 239 187
Hex AD EF BB

RGB Percentages of Color #adefbb

%28.88
%39.90
%31.22

CMYK Percentages of Color #adefbb

%28
%0
%22
%6

Triadic Colors of #adefbb

#adefbb #bbadef #efbbad

Analogous Colors of #adefbb

#adefbb #adefdc #c0efad

Monochromatic Colors of #adefbb

#adefbb

Complementary Color

#adefbb #efade1

#adefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefbb Color CSS Codes

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

#adefbb Text Font Color

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

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


#adefbb Background Color

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

This div background color is #adefbb


#adefbb Border Color

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

This div border color is #adefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefbb


Comments

No comments written yet.

Please login to write comment.