Color Hex Logo

#daed9b Color Hex

#DAED9B
(218,237,155)
0 Favorites   0 Comments

Color spaces of #daed9b

RGB 218237155
HSL0.210.690.77
HSV74°35°93°
CMYK 0.080.000.35   0.07
XYZ65.114077.840442.6032
Yxy77.84040.35090.4195
Hunter Lab88.2272-22.659933.1291
CIE-Lab90.7070-19.170737.6957

#daed9b color RGB value is (218,237,155).

#daed9b hex color red value is 218, green value is 237 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #daed9b hue: 0.21 , saturation: 0.69 and the lightness value of daed9b is 0.77.

The process color (four color CMYK) of #daed9b color hex is 0.08, 0.00, 0.35, 0.07. Web safe color of #daed9b is #ccff99. Color #daed9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10011011
Octal 332 355 233
Decimal 218 237 155
Hex DA ED 9B

RGB Percentages of Color #daed9b

%35.74
%38.85
%25.41

CMYK Percentages of Color #daed9b

%8
%0
%35
%7

Triadic Colors of #daed9b

#daed9b #9bdaed #ed9bda

Analogous Colors of #daed9b

#daed9b #b1ed9b #edd79b

Monochromatic Colors of #daed9b

#daed9b

Complementary Color

#daed9b #ae9bed

#daed9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed9b Color CSS Codes

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

#daed9b Text Font Color

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

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


#daed9b Background Color

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

This div background color is #daed9b


#daed9b Border Color

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

This div border color is #daed9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed9b

#daed9b Color Palettes


Comments

No comments written yet.

Please login to write comment.