Color Hex Logo

#adceea Color Hex

#ADCEEA
(173,206,234)
0 Favorites   0 Comments

Color spaces of #adceea

RGB 173206234
HSL0.580.590.80
HSV208°26°92°
CMYK 0.260.120.00   0.08
XYZ54.156258.967486.3694
Yxy58.96740.27150.2956
Hunter Lab76.7902-8.4960-12.9329
CIE-Lab81.2737-4.7684-17.4252

#adceea color RGB value is (173,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11101010
Octal 255 316 352
Decimal 173 206 234
Hex AD CE EA

RGB Percentages of Color #adceea

%28.22
%33.61
%38.17

CMYK Percentages of Color #adceea

%26
%12
%0
%8

Triadic Colors of #adceea

#adceea #eaadce #ceeaad

Analogous Colors of #adceea

#adceea #adb0ea #adeae8

Monochromatic Colors of #adceea

#adceea

Complementary Color

#adceea #eac9ad

#adceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceea Color CSS Codes

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

#adceea Text Font Color

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

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


#adceea Background Color

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

This div background color is #adceea


#adceea Border Color

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

This div border color is #adceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceea


Comments

No comments written yet.

Please login to write comment.