Color Hex Logo

#dabae0 Color Hex

#DABAE0
(218,186,224)
0 Favorites   0 Comments

Color spaces of #dabae0

RGB 218186224
HSL0.810.380.80
HSV291°17°88°
CMYK 0.030.170.00   0.12
XYZ59.926955.405178.0568
Yxy55.40510.30990.2865
Hunter Lab74.434613.4488-10.0710
CIE-Lab79.274018.0798-14.7319

#dabae0 color RGB value is (218,186,224).

#dabae0 hex color red value is 218, green value is 186 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dabae0 hue: 0.81 , saturation: 0.38 and the lightness value of dabae0 is 0.80.

The process color (four color CMYK) of #dabae0 color hex is 0.03, 0.17, 0.00, 0.12. Web safe color of #dabae0 is #cccccc. Color #dabae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11100000
Octal 332 272 340
Decimal 218 186 224
Hex DA BA E0

RGB Percentages of Color #dabae0

%34.71
%29.62
%35.67

CMYK Percentages of Color #dabae0

%3
%17
%0
%12

Triadic Colors of #dabae0

#dabae0 #e0daba #bae0da

Analogous Colors of #dabae0

#dabae0 #e0bad3 #c7bae0

Monochromatic Colors of #dabae0

#dabae0

Complementary Color

#dabae0 #c0e0ba

#dabae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabae0 Color CSS Codes

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

#dabae0 Text Font Color

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

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


#dabae0 Background Color

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

This div background color is #dabae0


#dabae0 Border Color

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

This div border color is #dabae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabae0


Comments

No comments written yet.

Please login to write comment.