Color Hex Logo

#adcbce Color Hex

#ADCBCE
(173,203,206)
0 Favorites   0 Comments

Color spaces of #adcbce

RGB 173203206
HSL0.520.250.74
HSV185°16°81°
CMYK 0.160.010.00   0.19
XYZ49.730156.052366.5906
Yxy56.05230.28850.3252
Hunter Lab74.8681-12.4530-0.3272
CIE-Lab79.6436-9.3571-4.8621

#adcbce color RGB value is (173,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11001110
Octal 255 313 316
Decimal 173 203 206
Hex AD CB CE

RGB Percentages of Color #adcbce

%29.73
%34.88
%35.40

CMYK Percentages of Color #adcbce

%16
%1
%0
%19

Triadic Colors of #adcbce

#adcbce #ceadcb #cbcead

Analogous Colors of #adcbce

#adcbce #adbbce #adcec1

Monochromatic Colors of #adcbce

#adcbce

Complementary Color

#adcbce #ceb0ad

#adcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbce Color CSS Codes

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

#adcbce Text Font Color

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

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


#adcbce Background Color

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

This div background color is #adcbce


#adcbce Border Color

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

This div border color is #adcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbce


Comments

No comments written yet.

Please login to write comment.