Color Hex Logo

#d0adee Color Hex

#D0ADEE
(208,173,238)
0 Favorites   0 Comments

Color spaces of #d0adee

RGB 208173238
HSL0.760.660.81
HSV272°27°93°
CMYK 0.130.270.00   0.07
XYZ56.388649.470187.4656
Yxy49.47010.29170.2559
Hunter Lab70.335020.0199-24.4960
CIE-Lab75.742924.6905-27.7411

#d0adee color RGB value is (208,173,238).

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

The process color (four color CMYK) of #d0adee color hex is 0.13, 0.27, 0.00, 0.07. Web safe color of #d0adee is #cc99ff. Color #d0adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101101 11101110
Octal 320 255 356
Decimal 208 173 238
Hex D0 AD EE

RGB Percentages of Color #d0adee

%33.60
%27.95
%38.45

CMYK Percentages of Color #d0adee

%13
%27
%0
%7

Triadic Colors of #d0adee

#d0adee #eed0ad #adeed0

Analogous Colors of #d0adee

#d0adee #eeadec #b0adee

Monochromatic Colors of #d0adee

#d0adee

Complementary Color

#d0adee #cbeead

#d0adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0adee Color CSS Codes

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

#d0adee Text Font Color

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

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


#d0adee Background Color

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

This div background color is #d0adee


#d0adee Border Color

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

This div border color is #d0adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0adee


Comments

No comments written yet.

Please login to write comment.