Color Hex Logo

#adcce0 Color Hex

#ADCCE0
(173,204,224)
0 Favorites   0 Comments

Color spaces of #adcce0

RGB 173204224
HSL0.570.450.78
HSV204°23°88°
CMYK 0.230.090.00   0.12
XYZ52.281057.451878.8548
Yxy57.45180.27720.3046
Hunter Lab75.7970-9.5242-8.6240
CIE-Lab80.4330-5.9856-13.3415

#adcce0 color RGB value is (173,204,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11100000
Octal 255 314 340
Decimal 173 204 224
Hex AD CC E0

RGB Percentages of Color #adcce0

%28.79
%33.94
%37.27

CMYK Percentages of Color #adcce0

%23
%9
%0
%12

Triadic Colors of #adcce0

#adcce0 #e0adcc #cce0ad

Analogous Colors of #adcce0

#adcce0 #adb3e0 #ade0db

Monochromatic Colors of #adcce0

#adcce0

Complementary Color

#adcce0 #e0c1ad

#adcce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcce0 Color CSS Codes

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

#adcce0 Text Font Color

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

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


#adcce0 Background Color

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

This div background color is #adcce0


#adcce0 Border Color

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

This div border color is #adcce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcce0


Comments

No comments written yet.

Please login to write comment.