Color Hex Logo

#adccce Color Hex

#ADCCCE
(173,204,206)
0 Favorites   0 Comments

Color spaces of #adccce

RGB 173204206
HSL0.510.250.74
HSV184°16°81°
CMYK 0.160.010.00   0.19
XYZ49.967056.526266.6696
Yxy56.52620.28860.3264
Hunter Lab75.1839-12.94130.0531
CIE-Lab79.9124-9.8769-4.4658

#adccce color RGB value is (173,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11001110
Octal 255 314 316
Decimal 173 204 206
Hex AD CC CE

RGB Percentages of Color #adccce

%29.67
%34.99
%35.33

CMYK Percentages of Color #adccce

%16
%1
%0
%19

Triadic Colors of #adccce

#adccce #ceadcc #cccead

Analogous Colors of #adccce

#adccce #adbcce #adcec0

Monochromatic Colors of #adccce

#adccce

Complementary Color

#adccce #ceafad

#adccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccce Color CSS Codes

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

#adccce Text Font Color

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

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


#adccce Background Color

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

This div background color is #adccce


#adccce Border Color

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

This div border color is #adccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccce


Comments

No comments written yet.

Please login to write comment.