Color Hex Logo

#adefbe Color Hex

#ADEFBE
(173,239,190)
0 Favorites   0 Comments

Color spaces of #adefbe

RGB 173239190
HSL0.380.670.81
HSV135°28°94°
CMYK 0.280.000.21   0.06
XYZ57.394374.334960.0383
Yxy74.33490.29930.3876
Hunter Lab86.2177-32.055219.0654
CIE-Lab89.0805-30.316517.1700

#adefbe color RGB value is (173,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10111110
Octal 255 357 276
Decimal 173 239 190
Hex AD EF BE

RGB Percentages of Color #adefbe

%28.74
%39.70
%31.56

CMYK Percentages of Color #adefbe

%28
%0
%21
%6

Triadic Colors of #adefbe

#adefbe #beadef #efbead

Analogous Colors of #adefbe

#adefbe #adefdf #bdefad

Monochromatic Colors of #adefbe

#adefbe

Complementary Color

#adefbe #efadde

#adefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefbe Color CSS Codes

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

#adefbe Text Font Color

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

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


#adefbe Background Color

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

This div background color is #adefbe


#adefbe Border Color

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

This div border color is #adefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefbe


Comments

No comments written yet.

Please login to write comment.