Color Hex Logo

#daeebc Color Hex

#DAEEBC
(218,238,188)
0 Favorites   0 Comments

Color spaces of #daeebc

RGB 218238188
HSL0.230.600.84
HSV84°21°93°
CMYK 0.080.000.21   0.07
XYZ68.565179.685359.3440
Yxy79.68530.33030.3839
Hunter Lab89.2666-19.111923.0709
CIE-Lab91.5435-15.122622.0511

#daeebc color RGB value is (218,238,188).

#daeebc hex color red value is 218, green value is 238 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #daeebc hue: 0.23 , saturation: 0.60 and the lightness value of daeebc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10111100
Octal 332 356 274
Decimal 218 238 188
Hex DA EE BC

RGB Percentages of Color #daeebc

%33.85
%36.96
%29.19

CMYK Percentages of Color #daeebc

%8
%0
%21
%7

Triadic Colors of #daeebc

#daeebc #bcdaee #eebcda

Analogous Colors of #daeebc

#daeebc #c1eebc #eee9bc

Monochromatic Colors of #daeebc

#daeebc

Complementary Color

#daeebc #d0bcee

#daeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeebc Color CSS Codes

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

#daeebc Text Font Color

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

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


#daeebc Background Color

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

This div background color is #daeebc


#daeebc Border Color

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

This div border color is #daeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeebc


Comments

No comments written yet.

Please login to write comment.