Color Hex Logo

#adc2ce Color Hex

#ADC2CE
(173,194,206)
0 Favorites   0 Comments

Color spaces of #adc2ce

RGB 173194206
HSL0.560.250.74
HSV202°16°81°
CMYK 0.160.060.00   0.19
XYZ47.665951.924065.9026
Yxy51.92400.28800.3138
Hunter Lab72.0583-8.0260-3.7842
CIE-Lab77.2354-4.6304-8.4275

#adc2ce color RGB value is (173,194,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 11001110
Octal 255 302 316
Decimal 173 194 206
Hex AD C2 CE

RGB Percentages of Color #adc2ce

%30.19
%33.86
%35.95

CMYK Percentages of Color #adc2ce

%16
%6
%0
%19

Triadic Colors of #adc2ce

#adc2ce #ceadc2 #c2cead

Analogous Colors of #adc2ce

#adc2ce #adb2ce #adceca

Monochromatic Colors of #adc2ce

#adc2ce

Complementary Color

#adc2ce #ceb9ad

#adc2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc2ce Color CSS Codes

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

#adc2ce Text Font Color

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

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


#adc2ce Background Color

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

This div background color is #adc2ce


#adc2ce Border Color

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

This div border color is #adc2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc2ce


Comments

No comments written yet.

Please login to write comment.