Color Hex Logo

#daedcc Color Hex

#DAEDCC
(218,237,204)
0 Favorites   0 Comments

Color spaces of #daedcc

RGB 218237204
HSL0.260.480.86
HSV95°14°93°
CMYK 0.080.000.14   0.07
XYZ70.096779.833468.8416
Yxy79.83340.32040.3649
Hunter Lab89.3495-16.324516.8632
CIE-Lab91.6101-12.095213.8781

#daedcc color RGB value is (218,237,204).

#daedcc hex color red value is 218, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #daedcc hue: 0.26 , saturation: 0.48 and the lightness value of daedcc is 0.86.

The process color (four color CMYK) of #daedcc color hex is 0.08, 0.00, 0.14, 0.07. Web safe color of #daedcc is #ccffcc. Color #daedcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11001100
Octal 332 355 314
Decimal 218 237 204
Hex DA ED CC

RGB Percentages of Color #daedcc

%33.08
%35.96
%30.96

CMYK Percentages of Color #daedcc

%8
%0
%14
%7

Triadic Colors of #daedcc

#daedcc #ccdaed #edccda

Analogous Colors of #daedcc

#daedcc #ccedcf #ebedcc

Monochromatic Colors of #daedcc

#daedcc

Complementary Color

#daedcc #dfcced

#daedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedcc Color CSS Codes

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

#daedcc Text Font Color

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

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


#daedcc Background Color

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

This div background color is #daedcc


#daedcc Border Color

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

This div border color is #daedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedcc


Comments

No comments written yet.

Please login to write comment.