Color Hex Logo

#adcdee Color Hex

#ADCDEE
(173,205,238)
0 Favorites   0 Comments

Color spaces of #adcdee

RGB 173205238
HSL0.580.660.81
HSV210°27°93°
CMYK 0.270.140.00   0.07
XYZ54.497558.719989.3507
Yxy58.71990.26900.2899
Hunter Lab76.6289-7.1537-15.4930
CIE-Lab81.1374-3.3120-19.7663

#adcdee color RGB value is (173,205,238).

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

The process color (four color CMYK) of #adcdee color hex is 0.27, 0.14, 0.00, 0.07. Web safe color of #adcdee is #99ccff. Color #adcdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11101110
Octal 255 315 356
Decimal 173 205 238
Hex AD CD EE

RGB Percentages of Color #adcdee

%28.08
%33.28
%38.64

CMYK Percentages of Color #adcdee

%27
%14
%0
%7

Triadic Colors of #adcdee

#adcdee #eeadcd #cdeead

Analogous Colors of #adcdee

#adcdee #aeadee #adeeee

Monochromatic Colors of #adcdee

#adcdee

Complementary Color

#adcdee #eecead

#adcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdee Color CSS Codes

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

#adcdee Text Font Color

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

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


#adcdee Background Color

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

This div background color is #adcdee


#adcdee Border Color

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

This div border color is #adcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdee


Comments

No comments written yet.

Please login to write comment.