Color Hex Logo

#adbfcb Color Hex

#ADBFCB
(173,191,203)
0 Favorites   0 Comments

Color spaces of #adbfcb

RGB 173191203
HSL0.570.220.74
HSV204°15°80°
CMYK 0.150.060.00   0.20
XYZ46.643950.457663.7808
Yxy50.45760.28990.3136
Hunter Lab71.0335-7.0973-3.5129
CIE-Lab76.3493-3.6706-8.1197

#adbfcb color RGB value is (173,191,203).

#adbfcb hex color red value is 173, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #adbfcb hue: 0.57 , saturation: 0.22 and the lightness value of adbfcb is 0.74.

The process color (four color CMYK) of #adbfcb color hex is 0.15, 0.06, 0.00, 0.20. Web safe color of #adbfcb is #99cccc. Color #adbfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11001011
Octal 255 277 313
Decimal 173 191 203
Hex AD BF CB

RGB Percentages of Color #adbfcb

%30.51
%33.69
%35.80

CMYK Percentages of Color #adbfcb

%15
%6
%0
%20

Triadic Colors of #adbfcb

#adbfcb #cbadbf #bfcbad

Analogous Colors of #adbfcb

#adbfcb #adb0cb #adcbc8

Monochromatic Colors of #adbfcb

#adbfcb

Complementary Color

#adbfcb #cbb9ad

#adbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfcb Color CSS Codes

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

#adbfcb Text Font Color

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

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


#adbfcb Background Color

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

This div background color is #adbfcb


#adbfcb Border Color

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

This div border color is #adbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfcb


Comments

No comments written yet.

Please login to write comment.