Color Hex Logo

#adfdbe Color Hex

#ADFDBE
(173,253,190)
0 Favorites   0 Comments

Color spaces of #adfdbe

RGB 173253190
HSL0.370.950.84
HSV133°32°99°
CMYK 0.320.000.25   0.01
XYZ61.653182.852561.4579
Yxy82.85250.29930.4023
Hunter Lab91.0233-38.387023.6844
CIE-Lab92.9498-36.789822.5586

#adfdbe color RGB value is (173,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10111110
Octal 255 375 276
Decimal 173 253 190
Hex AD FD BE

RGB Percentages of Color #adfdbe

%28.08
%41.07
%30.84

CMYK Percentages of Color #adfdbe

%32
%0
%25
%1

Triadic Colors of #adfdbe

#adfdbe #beadfd #fdbead

Analogous Colors of #adfdbe

#adfdbe #adfde6 #c4fdad

Monochromatic Colors of #adfdbe

#adfdbe

Complementary Color

#adfdbe #fdadec

#adfdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdbe Color CSS Codes

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

#adfdbe Text Font Color

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

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


#adfdbe Background Color

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

This div background color is #adfdbe


#adfdbe Border Color

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

This div border color is #adfdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdbe


Comments

No comments written yet.

Please login to write comment.