Color Hex Logo

#adc3ce Color Hex

#ADC3CE
(173,195,206)
0 Favorites   0 Comments

Color spaces of #adc3ce

RGB 173195206
HSL0.560.250.74
HSV200°16°81°
CMYK 0.160.050.00   0.19
XYZ47.889352.370765.9770
Yxy52.37070.28810.3150
Hunter Lab72.3676-8.5208-3.3969
CIE-Lab77.5020-5.1599-8.0314

#adc3ce color RGB value is (173,195,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 11001110
Octal 255 303 316
Decimal 173 195 206
Hex AD C3 CE

RGB Percentages of Color #adc3ce

%30.14
%33.97
%35.89

CMYK Percentages of Color #adc3ce

%16
%5
%0
%19

Triadic Colors of #adc3ce

#adc3ce #ceadc3 #c3cead

Analogous Colors of #adc3ce

#adc3ce #adb3ce #adcec9

Monochromatic Colors of #adc3ce

#adc3ce

Complementary Color

#adc3ce #ceb8ad

#adc3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc3ce Color CSS Codes

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

#adc3ce Text Font Color

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

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


#adc3ce Background Color

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

This div background color is #adc3ce


#adc3ce Border Color

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

This div border color is #adc3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc3ce


Comments

No comments written yet.

Please login to write comment.