Color Hex Logo

#daed2b Color Hex

#DAED2B
(218,237,43)
0 Favorites   0 Comments

Color spaces of #daed2b

RGB 21823743
HSL0.180.840.55
HSV66°82°93°
CMYK 0.080.000.82   0.07
XYZ59.633775.648213.7440
Yxy75.64820.40020.5076
Hunter Lab86.9760-29.822351.5141
CIE-Lab89.6957-27.541781.9079

#daed2b color RGB value is (218,237,43).

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

The process color (four color CMYK) of #daed2b color hex is 0.08, 0.00, 0.82, 0.07. Web safe color of #daed2b is #ccff33. Color #daed2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00101011
Octal 332 355 53
Decimal 218 237 43
Hex DA ED 2B

RGB Percentages of Color #daed2b

%43.78
%47.59
%8.63

CMYK Percentages of Color #daed2b

%8
%0
%82
%7

Triadic Colors of #daed2b

#daed2b #2bdaed #ed2bda

Analogous Colors of #daed2b

#daed2b #79ed2b #ed9f2b

Monochromatic Colors of #daed2b

#daed2b

Complementary Color

#daed2b #3e2bed

#daed2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed2b Color CSS Codes

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

#daed2b Text Font Color

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

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


#daed2b Background Color

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

This div background color is #daed2b


#daed2b Border Color

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

This div border color is #daed2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed2b


Comments

No comments written yet.

Please login to write comment.