Color Hex Logo

#adfbbe Color Hex

#ADFBBE
(173,251,190)
0 Favorites   0 Comments

Color spaces of #adfbbe

RGB 173251190
HSL0.370.910.83
HSV133°31°98°
CMYK 0.310.000.24   0.02
XYZ61.025081.596361.2485
Yxy81.59630.29930.4002
Hunter Lab90.3307-37.488823.0300
CIE-Lab92.3964-35.879121.7923

#adfbbe color RGB value is (173,251,190).

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

The process color (four color CMYK) of #adfbbe color hex is 0.31, 0.00, 0.24, 0.02. Web safe color of #adfbbe is #99ffcc. Color #adfbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10111110
Octal 255 373 276
Decimal 173 251 190
Hex AD FB BE

RGB Percentages of Color #adfbbe

%28.18
%40.88
%30.94

CMYK Percentages of Color #adfbbe

%31
%0
%24
%2

Triadic Colors of #adfbbe

#adfbbe #beadfb #fbbead

Analogous Colors of #adfbbe

#adfbbe #adfbe5 #c3fbad

Monochromatic Colors of #adfbbe

#adfbbe

Complementary Color

#adfbbe #fbadea

#adfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbbe Color CSS Codes

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

#adfbbe Text Font Color

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

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


#adfbbe Background Color

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

This div background color is #adfbbe


#adfbbe Border Color

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

This div border color is #adfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbbe


Comments

No comments written yet.

Please login to write comment.