Color Hex Logo

#dadaeb Color Hex

#DADAEB
(218,218,235)
0 Favorites   0 Comments

Color spaces of #dadaeb

RGB 218218235
HSL0.670.300.89
HSV240°92°
CMYK 0.070.070.00   0.08
XYZ68.980271.046488.6749
Yxy71.04640.30160.3107
Hunter Lab84.2890-1.4255-3.3728
CIE-Lab87.50753.1767-8.3100

#dadaeb color RGB value is (218,218,235).

#dadaeb hex color red value is 218, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dadaeb hue: 0.67 , saturation: 0.30 and the lightness value of dadaeb is 0.89.

The process color (four color CMYK) of #dadaeb color hex is 0.07, 0.07, 0.00, 0.08. Web safe color of #dadaeb is #ccccff. Color #dadaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 11101011
Octal 332 332 353
Decimal 218 218 235
Hex DA DA EB

RGB Percentages of Color #dadaeb

%32.49
%32.49
%35.02

CMYK Percentages of Color #dadaeb

%7
%7
%0
%8

Triadic Colors of #dadaeb

#dadaeb #ebdada #daebda

Analogous Colors of #dadaeb

#dadaeb #e3daeb #dae3eb

Monochromatic Colors of #dadaeb

#dadaeb

Complementary Color

#dadaeb #ebebda

#dadaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadaeb Color CSS Codes

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

#dadaeb Text Font Color

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

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


#dadaeb Background Color

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

This div background color is #dadaeb


#dadaeb Border Color

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

This div border color is #dadaeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,218,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dadaeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dadaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #dadaeb;
  box-shadow:         1px 1px 3px 2px #dadaeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadaeb


Comments

No comments written yet.

Please login to write comment.