Color Hex Logo

#daedbc Color Hex

#DAEDBC
(218,237,188)
0 Favorites   0 Comments

Color spaces of #daedbc

RGB 218237188
HSL0.230.580.83
HSV83°21°93°
CMYK 0.080.000.21   0.07
XYZ68.274779.104659.2472
Yxy79.10460.33040.3828
Hunter Lab88.9408-18.622222.7630
CIE-Lab91.2816-14.627921.6884

#daedbc color RGB value is (218,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10111100
Octal 332 355 274
Decimal 218 237 188
Hex DA ED BC

RGB Percentages of Color #daedbc

%33.90
%36.86
%29.24

CMYK Percentages of Color #daedbc

%8
%0
%21
%7

Triadic Colors of #daedbc

#daedbc #bcdaed #edbcda

Analogous Colors of #daedbc

#daedbc #c2edbc #ede8bc

Monochromatic Colors of #daedbc

#daedbc

Complementary Color

#daedbc #cfbced

#daedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedbc Color CSS Codes

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

#daedbc Text Font Color

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

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


#daedbc Background Color

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

This div background color is #daedbc


#daedbc Border Color

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

This div border color is #daedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedbc


Comments

No comments written yet.

Please login to write comment.