Color Hex Logo

#adbbcf Color Hex

#ADBBCF
(173,187,207)
0 Favorites   0 Comments

Color spaces of #adbbcf

RGB 173187207
HSL0.600.260.75
HSV215°16°81°
CMYK 0.160.100.00   0.19
XYZ46.266448.929966.0374
Yxy48.92990.28700.3035
Hunter Lab69.9499-4.3485-7.0088
CIE-Lab75.4077-0.6789-11.6939

#adbbcf color RGB value is (173,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11001111
Octal 255 273 317
Decimal 173 187 207
Hex AD BB CF

RGB Percentages of Color #adbbcf

%30.51
%32.98
%36.51

CMYK Percentages of Color #adbbcf

%16
%10
%0
%19

Triadic Colors of #adbbcf

#adbbcf #cfadbb #bbcfad

Analogous Colors of #adbbcf

#adbbcf #b0adcf #adcccf

Monochromatic Colors of #adbbcf

#adbbcf

Complementary Color

#adbbcf #cfc1ad

#adbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbcf Color CSS Codes

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

#adbbcf Text Font Color

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

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


#adbbcf Background Color

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

This div background color is #adbbcf


#adbbcf Border Color

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

This div border color is #adbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbcf


Comments

No comments written yet.

Please login to write comment.