Color Hex Logo

#adbfdb Color Hex

#ADBFDB
(173,191,219)
0 Favorites   0 Comments

Color spaces of #adbfdb

RGB 173191219
HSL0.600.390.77
HSV217°21°86°
CMYK 0.210.130.00   0.14
XYZ48.650651.260374.3479
Yxy51.26030.27920.2942
Hunter Lab71.5963-4.0005-11.4512
CIE-Lab76.8364-0.1939-16.0535

#adbfdb color RGB value is (173,191,219).

#adbfdb hex color red value is 173, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adbfdb hue: 0.60 , saturation: 0.39 and the lightness value of adbfdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11011011
Octal 255 277 333
Decimal 173 191 219
Hex AD BF DB

RGB Percentages of Color #adbfdb

%29.67
%32.76
%37.56

CMYK Percentages of Color #adbfdb

%21
%13
%0
%14

Triadic Colors of #adbfdb

#adbfdb #dbadbf #bfdbad

Analogous Colors of #adbfdb

#adbfdb #b2addb #add6db

Monochromatic Colors of #adbfdb

#adbfdb

Complementary Color

#adbfdb #dbc9ad

#adbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfdb Color CSS Codes

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

#adbfdb Text Font Color

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

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


#adbfdb Background Color

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

This div background color is #adbfdb


#adbfdb Border Color

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

This div border color is #adbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfdb


Comments

No comments written yet.

Please login to write comment.