Color Hex Logo

#dabeed Color Hex

#DABEED
(218,190,237)
0 Favorites   0 Comments

Color spaces of #dabeed

RGB 218190237
HSL0.770.570.84
HSV276°20°93°
CMYK 0.080.200.00   0.07
XYZ62.613057.846887.9862
Yxy57.84680.30040.2775
Hunter Lab76.057113.8479-15.3493
CIE-Lab80.653518.4461-19.6425

#dabeed color RGB value is (218,190,237).

#dabeed hex color red value is 218, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dabeed hue: 0.77 , saturation: 0.57 and the lightness value of dabeed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11101101
Octal 332 276 355
Decimal 218 190 237
Hex DA BE ED

RGB Percentages of Color #dabeed

%33.80
%29.46
%36.74

CMYK Percentages of Color #dabeed

%8
%20
%0
%7

Triadic Colors of #dabeed

#dabeed #eddabe #beedda

Analogous Colors of #dabeed

#dabeed #edbee9 #c3beed

Monochromatic Colors of #dabeed

#dabeed

Complementary Color

#dabeed #d1edbe

#dabeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeed Color CSS Codes

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

#dabeed Text Font Color

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

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


#dabeed Background Color

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

This div background color is #dabeed


#dabeed Border Color

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

This div border color is #dabeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeed


Comments

No comments written yet.

Please login to write comment.