Color Hex Logo

#adcce1 Color Hex

#ADCCE1
(173,204,225)
0 Favorites   0 Comments

Color spaces of #adcce1

RGB 173204225
HSL0.570.460.78
HSV204°23°88°
CMYK 0.230.090.00   0.12
XYZ52.417157.506279.5713
Yxy57.50620.27660.3035
Hunter Lab75.8328-9.3249-9.1299
CIE-Lab80.4635-5.7615-13.8314

#adcce1 color RGB value is (173,204,225).

#adcce1 hex color red value is 173, green value is 204 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adcce1 hue: 0.57 , saturation: 0.46 and the lightness value of adcce1 is 0.78.

The process color (four color CMYK) of #adcce1 color hex is 0.23, 0.09, 0.00, 0.12. Web safe color of #adcce1 is #99cccc. Color #adcce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11100001
Octal 255 314 341
Decimal 173 204 225
Hex AD CC E1

RGB Percentages of Color #adcce1

%28.74
%33.89
%37.38

CMYK Percentages of Color #adcce1

%23
%9
%0
%12

Triadic Colors of #adcce1

#adcce1 #e1adcc #cce1ad

Analogous Colors of #adcce1

#adcce1 #adb2e1 #ade1dc

Monochromatic Colors of #adcce1

#adcce1

Complementary Color

#adcce1 #e1c2ad

#adcce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcce1 Color CSS Codes

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

#adcce1 Text Font Color

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

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


#adcce1 Background Color

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

This div background color is #adcce1


#adcce1 Border Color

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

This div border color is #adcce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcce1


Comments

No comments written yet.

Please login to write comment.