Color Hex Logo

#adcdea Color Hex

#ADCDEA
(173,205,234)
0 Favorites   0 Comments

Color spaces of #adcdea

RGB 173205234
HSL0.580.590.80
HSV209°26°92°
CMYK 0.260.120.00   0.08
XYZ53.916258.487486.2894
Yxy58.48740.27140.2944
Hunter Lab76.4771-7.9926-13.3632
CIE-Lab81.0090-4.2408-17.8243

#adcdea color RGB value is (173,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11101010
Octal 255 315 352
Decimal 173 205 234
Hex AD CD EA

RGB Percentages of Color #adcdea

%28.27
%33.50
%38.24

CMYK Percentages of Color #adcdea

%26
%12
%0
%8

Triadic Colors of #adcdea

#adcdea #eaadcd #cdeaad

Analogous Colors of #adcdea

#adcdea #adafea #adeae9

Monochromatic Colors of #adcdea

#adcdea

Complementary Color

#adcdea #eacaad

#adcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdea Color CSS Codes

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

#adcdea Text Font Color

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

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


#adcdea Background Color

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

This div background color is #adcdea


#adcdea Border Color

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

This div border color is #adcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdea

#adcdea Color Palettes


Comments

No comments written yet.

Please login to write comment.