Color Hex Logo

#adfbdf Color Hex

#ADFBDF
(173,251,223)
0 Favorites   0 Comments

Color spaces of #adfbdf

RGB 173251223
HSL0.440.910.83
HSV158°31°98°
CMYK 0.310.000.11   0.02
XYZ65.050083.206382.4440
Yxy83.20630.28200.3607
Hunter Lab91.2175-32.336810.2649
CIE-Lab93.1047-29.64995.8215

#adfbdf color RGB value is (173,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11011111
Octal 255 373 337
Decimal 173 251 223
Hex AD FB DF

RGB Percentages of Color #adfbdf

%26.74
%38.79
%34.47

CMYK Percentages of Color #adfbdf

%31
%0
%11
%2

Triadic Colors of #adfbdf

#adfbdf #dfadfb #fbdfad

Analogous Colors of #adfbdf

#adfbdf #adf0fb #adfbb8

Monochromatic Colors of #adfbdf

#adfbdf

Complementary Color

#adfbdf #fbadc9

#adfbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbdf Color CSS Codes

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

#adfbdf Text Font Color

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

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


#adfbdf Background Color

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

This div background color is #adfbdf


#adfbdf Border Color

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

This div border color is #adfbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.