Color Hex Logo

#dabaeb Color Hex

#DABAEB
(218,186,235)
0 Favorites   0 Comments

Color spaces of #dabaeb

RGB 218186235
HSL0.780.550.83
HSV279°21°92°
CMYK 0.070.210.00   0.08
XYZ61.467756.021486.1708
Yxy56.02140.30180.2751
Hunter Lab74.847415.6083-15.8665
CIE-Lab79.626020.2062-20.1240

#dabaeb color RGB value is (218,186,235).

#dabaeb hex color red value is 218, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dabaeb hue: 0.78 , saturation: 0.55 and the lightness value of dabaeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11101011
Octal 332 272 353
Decimal 218 186 235
Hex DA BA EB

RGB Percentages of Color #dabaeb

%34.12
%29.11
%36.78

CMYK Percentages of Color #dabaeb

%7
%21
%0
%8

Triadic Colors of #dabaeb

#dabaeb #ebdaba #baebda

Analogous Colors of #dabaeb

#dabaeb #ebbae4 #c2baeb

Monochromatic Colors of #dabaeb

#dabaeb

Complementary Color

#dabaeb #cbebba

#dabaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaeb Color CSS Codes

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

#dabaeb Text Font Color

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

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


#dabaeb Background Color

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

This div background color is #dabaeb


#dabaeb Border Color

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

This div border color is #dabaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaeb


Comments

No comments written yet.

Please login to write comment.