Color Hex Logo

#adccea Color Hex

#ADCCEA
(173,204,234)
1 Favorites   0 Comments

Color spaces of #adccea

RGB 173204234
HSL0.580.590.80
HSV210°26°92°
CMYK 0.260.130.00   0.08
XYZ53.677758.010586.2099
Yxy58.01050.27120.2931
Hunter Lab76.1646-7.4886-13.7945
CIE-Lab80.7446-3.7125-18.2233

#adccea color RGB value is (173,204,234).

#adccea hex color red value is 173, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #adccea hue: 0.58 , saturation: 0.59 and the lightness value of adccea is 0.80.

The process color (four color CMYK) of #adccea color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #adccea is #99ccff. Color #adccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11101010
Octal 255 314 352
Decimal 173 204 234
Hex AD CC EA

RGB Percentages of Color #adccea

%28.31
%33.39
%38.30

CMYK Percentages of Color #adccea

%26
%13
%0
%8

Triadic Colors of #adccea

#adccea #eaadcc #cceaad

Analogous Colors of #adccea

#adccea #adaeea #adeaea

Monochromatic Colors of #adccea

#adccea

Complementary Color

#adccea #eacbad

#adccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccea Color CSS Codes

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

#adccea Text Font Color

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

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


#adccea Background Color

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

This div background color is #adccea


#adccea Border Color

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

This div border color is #adccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccea

#adccea Color Palettes


Comments

No comments written yet.

Please login to write comment.