Color Hex Logo

#daeebb Color Hex

#DAEEBB
(218,238,187)
0 Favorites   0 Comments

Color spaces of #daeebb

RGB 218238187
HSL0.230.600.83
HSV84°21°93°
CMYK 0.080.000.21   0.07
XYZ68.457679.642458.7781
Yxy79.64240.33090.3850
Hunter Lab89.2426-19.248023.4195
CIE-Lab91.5242-15.273922.5387

#daeebb color RGB value is (218,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10111011
Octal 332 356 273
Decimal 218 238 187
Hex DA EE BB

RGB Percentages of Color #daeebb

%33.90
%37.01
%29.08

CMYK Percentages of Color #daeebb

%8
%0
%21
%7

Triadic Colors of #daeebb

#daeebb #bbdaee #eebbda

Analogous Colors of #daeebb

#daeebb #c1eebb #eee9bb

Monochromatic Colors of #daeebb

#daeebb

Complementary Color

#daeebb #cfbbee

#daeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeebb Color CSS Codes

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

#daeebb Text Font Color

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

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


#daeebb Background Color

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

This div background color is #daeebb


#daeebb Border Color

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

This div border color is #daeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeebb


Comments

No comments written yet.

Please login to write comment.