Color Hex Logo

#adfebe Color Hex

#ADFEBE
(173,254,190)
0 Favorites   0 Comments

Color spaces of #adfebe

RGB 173254190
HSL0.370.980.84
HSV133°32°100°
CMYK 0.320.000.25   0.00
XYZ61.969783.485661.5634
Yxy83.48560.29930.4033
Hunter Lab91.3705-38.835224.0110
CIE-Lab93.2266-37.243322.9413

#adfebe color RGB value is (173,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 10111110
Octal 255 376 276
Decimal 173 254 190
Hex AD FE BE

RGB Percentages of Color #adfebe

%28.04
%41.17
%30.79

CMYK Percentages of Color #adfebe

%32
%0
%25
%0

Triadic Colors of #adfebe

#adfebe #beadfe #febead

Analogous Colors of #adfebe

#adfebe #adfee7 #c5fead

Monochromatic Colors of #adfebe

#adfebe

Complementary Color

#adfebe #feaded

#adfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfebe Color CSS Codes

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

#adfebe Text Font Color

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

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


#adfebe Background Color

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

This div background color is #adfebe


#adfebe Border Color

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

This div border color is #adfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfebe


Comments

No comments written yet.

Please login to write comment.