Color Hex Logo

#daaeca Color Hex

#DAAECA
(218,174,202)
0 Favorites   0 Comments

Color spaces of #daaeca

RGB 218174202
HSL0.890.370.77
HSV322°20°85°
CMYK 0.000.200.07   0.15
XYZ54.710249.441862.5368
Yxy49.44180.32820.2966
Hunter Lab70.314915.8353-3.5111
CIE-Lab75.725420.5554-8.1004

#daaeca color RGB value is (218,174,202).

#daaeca hex color red value is 218, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #daaeca hue: 0.89 , saturation: 0.37 and the lightness value of daaeca is 0.77.

The process color (four color CMYK) of #daaeca color hex is 0.00, 0.20, 0.07, 0.15. Web safe color of #daaeca is #cc99cc. Color #daaeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11001010
Octal 332 256 312
Decimal 218 174 202
Hex DA AE CA

RGB Percentages of Color #daaeca

%36.70
%29.29
%34.01

CMYK Percentages of Color #daaeca

%0
%20
%7
%15

Triadic Colors of #daaeca

#daaeca #cadaae #aecada

Analogous Colors of #daaeca

#daaeca #daaeb4 #d4aeda

Monochromatic Colors of #daaeca

#daaeca

Complementary Color

#daaeca #aedabe

#daaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeca Color CSS Codes

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

#daaeca Text Font Color

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

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


#daaeca Background Color

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

This div background color is #daaeca


#daaeca Border Color

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

This div border color is #daaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeca


Comments

No comments written yet.

Please login to write comment.