Color Hex Logo

#daeeca Color Hex

#DAEECA
(218,238,202)
4 Favorites   0 Comments

Color spaces of #daeeca

RGB 218238202
HSL0.260.510.86
HSV93°15°93°
CMYK 0.080.000.15   0.07
XYZ70.148680.318867.6830
Yxy80.31880.32160.3682
Hunter Lab89.6208-17.119517.9578
CIE-Lab91.8277-12.921915.2218

#daeeca color RGB value is (218,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 11001010
Octal 332 356 312
Decimal 218 238 202
Hex DA EE CA

RGB Percentages of Color #daeeca

%33.13
%36.17
%30.70

CMYK Percentages of Color #daeeca

%8
%0
%15
%7

Triadic Colors of #daeeca

#daeeca #cadaee #eecada

Analogous Colors of #daeeca

#daeeca #caeecc #eceeca

Monochromatic Colors of #daeeca

#daeeca

Complementary Color

#daeeca #decaee

#daeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeeca Color CSS Codes

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

#daeeca Text Font Color

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

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


#daeeca Background Color

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

This div background color is #daeeca


#daeeca Border Color

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

This div border color is #daeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeeca


Comments

No comments written yet.

Please login to write comment.