Color Hex Logo

#adbfdf Color Hex

#ADBFDF
(173,191,223)
1 Favorites   0 Comments

Color spaces of #adbfdf

RGB 173191223
HSL0.610.440.78
HSV218°22°87°
CMYK 0.220.140.00   0.13
XYZ49.183751.473677.1552
Yxy51.47360.27660.2895
Hunter Lab71.7451-3.1861-13.5393
CIE-Lab76.96500.7075-18.0211

#adbfdf color RGB value is (173,191,223).

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

The process color (four color CMYK) of #adbfdf color hex is 0.22, 0.14, 0.00, 0.13. Web safe color of #adbfdf is #99cccc. Color #adbfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11011111
Octal 255 277 337
Decimal 173 191 223
Hex AD BF DF

RGB Percentages of Color #adbfdf

%29.47
%32.54
%37.99

CMYK Percentages of Color #adbfdf

%22
%14
%0
%13

Triadic Colors of #adbfdf

#adbfdf #dfadbf #bfdfad

Analogous Colors of #adbfdf

#adbfdf #b4addf #add8df

Monochromatic Colors of #adbfdf

#adbfdf

Complementary Color

#adbfdf #dfcdad

#adbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfdf Color CSS Codes

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

#adbfdf Text Font Color

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

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


#adbfdf Background Color

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

This div background color is #adbfdf


#adbfdf Border Color

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

This div border color is #adbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfdf


Comments

No comments written yet.

Please login to write comment.