Color Hex Logo

#daedbf Color Hex

#DAEDBF
(218,237,191)
0 Favorites   0 Comments

Color spaces of #daedbf

RGB 218237191
HSL0.240.560.84
HSV85°19°93°
CMYK 0.080.000.19   0.07
XYZ68.601679.235460.9685
Yxy79.23540.32850.3795
Hunter Lab89.0143-18.208421.7005
CIE-Lab91.3407-14.169020.2241

#daedbf color RGB value is (218,237,191).

#daedbf hex color red value is 218, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #daedbf hue: 0.24 , saturation: 0.56 and the lightness value of daedbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10111111
Octal 332 355 277
Decimal 218 237 191
Hex DA ED BF

RGB Percentages of Color #daedbf

%33.75
%36.69
%29.57

CMYK Percentages of Color #daedbf

%8
%0
%19
%7

Triadic Colors of #daedbf

#daedbf #bfdaed #edbfda

Analogous Colors of #daedbf

#daedbf #c3edbf #ede9bf

Monochromatic Colors of #daedbf

#daedbf

Complementary Color

#daedbf #d2bfed

#daedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedbf Color CSS Codes

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

#daedbf Text Font Color

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

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


#daedbf Background Color

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

This div background color is #daedbf


#daedbf Border Color

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

This div border color is #daedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedbf


Comments

No comments written yet.

Please login to write comment.