Color Hex Logo

#d0adef Color Hex

#D0ADEF
(208,173,239)
0 Favorites   0 Comments

Color spaces of #d0adef

RGB 208173239
HSL0.760.670.81
HSV272°28°94°
CMYK 0.130.280.00   0.06
XYZ56.536049.529088.2416
Yxy49.52900.29100.2549
Hunter Lab70.376820.2354-25.0766
CIE-Lab75.779324.8994-28.2265

#d0adef color RGB value is (208,173,239).

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

The process color (four color CMYK) of #d0adef color hex is 0.13, 0.28, 0.00, 0.06. Web safe color of #d0adef is #cc99ff. Color #d0adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101101 11101111
Octal 320 255 357
Decimal 208 173 239
Hex D0 AD EF

RGB Percentages of Color #d0adef

%33.55
%27.90
%38.55

CMYK Percentages of Color #d0adef

%13
%28
%0
%6

Triadic Colors of #d0adef

#d0adef #efd0ad #adefd0

Analogous Colors of #d0adef

#d0adef #efaded #afadef

Monochromatic Colors of #d0adef

#d0adef

Complementary Color

#d0adef #ccefad

#d0adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0adef Color CSS Codes

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

#d0adef Text Font Color

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

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


#d0adef Background Color

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

This div background color is #d0adef


#d0adef Border Color

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

This div border color is #d0adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0adef


Comments

No comments written yet.

Please login to write comment.