Color Hex Logo

#daed6b Color Hex

#DAED6B
(218,237,107)
1 Favorites   0 Comments

Color spaces of #daed6b

RGB 218237107
HSL0.190.780.67
HSV69°55°93°
CMYK 0.080.000.55   0.07
XYZ61.851576.535325.4228
Yxy76.53530.37760.4672
Hunter Lab87.4845-26.898344.0096
CIE-Lab90.1073-24.073759.7889

#daed6b color RGB value is (218,237,107).

#daed6b hex color red value is 218, green value is 237 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #daed6b hue: 0.19 , saturation: 0.78 and the lightness value of daed6b is 0.67.

The process color (four color CMYK) of #daed6b color hex is 0.08, 0.00, 0.55, 0.07. Web safe color of #daed6b is #ccff66. Color #daed6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01101011
Octal 332 355 153
Decimal 218 237 107
Hex DA ED 6B

RGB Percentages of Color #daed6b

%38.79
%42.17
%19.04

CMYK Percentages of Color #daed6b

%8
%0
%55
%7

Triadic Colors of #daed6b

#daed6b #6bdaed #ed6bda

Analogous Colors of #daed6b

#daed6b #99ed6b #edbf6b

Monochromatic Colors of #daed6b

#daed6b

Complementary Color

#daed6b #7e6bed

#daed6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed6b Color CSS Codes

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

#daed6b Text Font Color

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

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


#daed6b Background Color

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

This div background color is #daed6b


#daed6b Border Color

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

This div border color is #daed6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed6b


Comments

No comments written yet.

Please login to write comment.