Color Hex Logo

#adbcc8 Color Hex

#ADBCC8
(173,188,200)
0 Favorites   0 Comments

Color spaces of #adbcc8

RGB 173188200
HSL0.570.200.73
HSV207°14°78°
CMYK 0.140.060.00   0.22
XYZ45.642149.020861.6999
Yxy49.02080.29190.3135
Hunter Lab70.0149-6.1633-3.2383
CIE-Lab75.4643-2.6999-7.8056

#adbcc8 color RGB value is (173,188,200).

#adbcc8 hex color red value is 173, green value is 188 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #adbcc8 hue: 0.57 , saturation: 0.20 and the lightness value of adbcc8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11001000
Octal 255 274 310
Decimal 173 188 200
Hex AD BC C8

RGB Percentages of Color #adbcc8

%30.84
%33.51
%35.65

CMYK Percentages of Color #adbcc8

%14
%6
%0
%22

Triadic Colors of #adbcc8

#adbcc8 #c8adbc #bcc8ad

Analogous Colors of #adbcc8

#adbcc8 #adafc8 #adc8c7

Monochromatic Colors of #adbcc8

#adbcc8

Complementary Color

#adbcc8 #c8b9ad

#adbcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcc8 Color CSS Codes

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

#adbcc8 Text Font Color

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

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


#adbcc8 Background Color

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

This div background color is #adbcc8


#adbcc8 Border Color

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

This div border color is #adbcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcc8

#adbcc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.