Color Hex Logo

#adcbcf Color Hex

#ADCBCF
(173,203,207)
0 Favorites   0 Comments

Color spaces of #adcbcf

RGB 173203207
HSL0.520.260.75
HSV187°16°81°
CMYK 0.160.020.00   0.19
XYZ49.852056.101167.2326
Yxy56.10110.28790.3239
Hunter Lab74.9007-12.2711-0.7896
CIE-Lab79.6713-9.1477-5.3581

#adcbcf color RGB value is (173,203,207).

#adcbcf hex color red value is 173, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adcbcf hue: 0.52 , saturation: 0.26 and the lightness value of adcbcf is 0.75.

The process color (four color CMYK) of #adcbcf color hex is 0.16, 0.02, 0.00, 0.19. Web safe color of #adcbcf is #99cccc. Color #adcbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11001111
Octal 255 313 317
Decimal 173 203 207
Hex AD CB CF

RGB Percentages of Color #adcbcf

%29.67
%34.82
%35.51

CMYK Percentages of Color #adcbcf

%16
%2
%0
%19

Triadic Colors of #adcbcf

#adcbcf #cfadcb #cbcfad

Analogous Colors of #adcbcf

#adcbcf #adbacf #adcfc2

Monochromatic Colors of #adcbcf

#adcbcf

Complementary Color

#adcbcf #cfb1ad

#adcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbcf Color CSS Codes

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

#adcbcf Text Font Color

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

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


#adcbcf Background Color

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

This div background color is #adcbcf


#adcbcf Border Color

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

This div border color is #adcbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbcf


Comments

No comments written yet.

Please login to write comment.