Color Hex Logo

#daaeae Color Hex

#DAAEAE
(218,174,174)
0 Favorites   0 Comments

Color spaces of #daaeae

RGB 218174174
HSL0.000.370.77
HSV20°85°
CMYK 0.000.200.20   0.15
XYZ51.689548.233546.6301
Yxy48.23350.35270.3291
Hunter Lab69.450311.31338.8070
CIE-Lab74.972016.00276.0954

#daaeae color RGB value is (218,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10101110
Octal 332 256 256
Decimal 218 174 174
Hex DA AE AE

RGB Percentages of Color #daaeae

%38.52
%30.74
%30.74

CMYK Percentages of Color #daaeae

%0
%20
%20
%15

Triadic Colors of #daaeae

#daaeae #aedaae #aeaeda

Analogous Colors of #daaeae

#daaeae #dac4ae #daaec4

Monochromatic Colors of #daaeae

#daaeae

Complementary Color

#daaeae #aedada

#daaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeae Color CSS Codes

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

#daaeae Text Font Color

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

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


#daaeae Background Color

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

This div background color is #daaeae


#daaeae Border Color

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

This div border color is #daaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeae


Comments

No comments written yet.

Please login to write comment.