Color Hex Logo

#daeb5d Color Hex

#DAEB5D
(218,235,93)
0 Favorites   0 Comments

Color spaces of #daeb5d

RGB 21823593
HSL0.190.780.64
HSV67°60°92°
CMYK 0.070.000.60   0.08
XYZ60.597675.112421.6602
Yxy75.11240.38510.4773
Hunter Lab86.6674-26.861345.8492
CIE-Lab89.4456-24.169765.0508

#daeb5d color RGB value is (218,235,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01011101
Octal 332 353 135
Decimal 218 235 93
Hex DA EB 5D

RGB Percentages of Color #daeb5d

%39.93
%43.04
%17.03

CMYK Percentages of Color #daeb5d

%7
%0
%60
%8

Triadic Colors of #daeb5d

#daeb5d #5ddaeb #eb5dda

Analogous Colors of #daeb5d

#daeb5d #93eb5d #ebb55d

Monochromatic Colors of #daeb5d

#daeb5d

Complementary Color

#daeb5d #6e5deb

#daeb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb5d Color CSS Codes

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

#daeb5d Text Font Color

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

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


#daeb5d Background Color

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

This div background color is #daeb5d


#daeb5d Border Color

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

This div border color is #daeb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb5d


Comments

No comments written yet.

Please login to write comment.