Color Hex Logo

#daed0b Color Hex

#DAED0B
(218,237,11)
0 Favorites   0 Comments

Color spaces of #daed0b

RGB 21823711
HSL0.180.910.49
HSV65°95°93°
CMYK 0.080.000.95   0.07
XYZ59.258075.498011.7659
Yxy75.49800.40440.5153
Hunter Lab86.8896-30.321252.7941
CIE-Lab89.6257-28.140886.8517

#daed0b color RGB value is (218,237,11).

#daed0b hex color red value is 218, green value is 237 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #daed0b hue: 0.18 , saturation: 0.91 and the lightness value of daed0b is 0.49.

The process color (four color CMYK) of #daed0b color hex is 0.08, 0.00, 0.95, 0.07. Web safe color of #daed0b is #ccff00. Color #daed0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00001011
Octal 332 355 13
Decimal 218 237 11
Hex DA ED B

RGB Percentages of Color #daed0b

%46.78
%50.86
%2.36

CMYK Percentages of Color #daed0b

%8
%0
%95
%7

Triadic Colors of #daed0b

#daed0b #0bdaed #ed0bda

Analogous Colors of #daed0b

#daed0b #69ed0b #ed8f0b

Monochromatic Colors of #daed0b

#daed0b

Complementary Color

#daed0b #1e0bed

#daed0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed0b Color CSS Codes

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

#daed0b Text Font Color

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

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


#daed0b Background Color

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

This div background color is #daed0b


#daed0b Border Color

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

This div border color is #daed0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed0b


Comments

No comments written yet.

Please login to write comment.