Color Hex Logo

#adfbde Color Hex

#ADFBDE
(173,251,222)
0 Favorites   0 Comments

Color spaces of #adfbde

RGB 173251222
HSL0.440.910.83
HSV158°31°98°
CMYK 0.310.000.12   0.02
XYZ64.915683.152581.7359
Yxy83.15250.28250.3618
Hunter Lab91.1880-32.507110.6873
CIE-Lab93.0812-29.85226.3043

#adfbde color RGB value is (173,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11011110
Octal 255 373 336
Decimal 173 251 222
Hex AD FB DE

RGB Percentages of Color #adfbde

%26.78
%38.85
%34.37

CMYK Percentages of Color #adfbde

%31
%0
%12
%2

Triadic Colors of #adfbde

#adfbde #deadfb #fbdead

Analogous Colors of #adfbde

#adfbde #adf1fb #adfbb7

Monochromatic Colors of #adfbde

#adfbde

Complementary Color

#adfbde #fbadca

#adfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbde Color CSS Codes

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

#adfbde Text Font Color

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

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


#adfbde Background Color

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

This div background color is #adfbde


#adfbde Border Color

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

This div border color is #adfbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbde

Related Colors


Comments

No comments written yet.

Please login to write comment.