Color Hex Logo

#daedae Color Hex

#DAEDAE
(218,237,174)
0 Favorites   0 Comments

Color spaces of #daedae

RGB 218237174
HSL0.220.640.81
HSV78°27°93°
CMYK 0.080.000.27   0.07
XYZ66.837678.529851.6794
Yxy78.52980.33920.3985
Hunter Lab88.6170-20.449827.4554
CIE-Lab91.0211-16.669228.5104

#daedae color RGB value is (218,237,174).

#daedae hex color red value is 218, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daedae hue: 0.22 , saturation: 0.64 and the lightness value of daedae is 0.81.

The process color (four color CMYK) of #daedae color hex is 0.08, 0.00, 0.27, 0.07. Web safe color of #daedae is #ccff99. Color #daedae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10101110
Octal 332 355 256
Decimal 218 237 174
Hex DA ED AE

RGB Percentages of Color #daedae

%34.66
%37.68
%27.66

CMYK Percentages of Color #daedae

%8
%0
%27
%7

Triadic Colors of #daedae

#daedae #aedaed #edaeda

Analogous Colors of #daedae

#daedae #bbedae #ede1ae

Monochromatic Colors of #daedae

#daedae

Complementary Color

#daedae #c1aeed

#daedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedae Color CSS Codes

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

#daedae Text Font Color

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

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


#daedae Background Color

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

This div background color is #daedae


#daedae Border Color

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

This div border color is #daedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedae

#daedae Color Palettes


Comments

No comments written yet.

Please login to write comment.