Color Hex Logo

#daef5d Color Hex

#DAEF5D
(218,239,93)
0 Favorites   0 Comments

Color spaces of #daef5d

RGB 21823993
HSL0.190.820.65
HSV69°61°94°
CMYK 0.090.000.61   0.06
XYZ61.755777.428722.0463
Yxy77.42870.38300.4802
Hunter Lab87.9936-28.713846.7407
CIE-Lab90.5186-26.070366.2111

#daef5d color RGB value is (218,239,93).

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

The process color (four color CMYK) of #daef5d color hex is 0.09, 0.00, 0.61, 0.06. Web safe color of #daef5d is #ccff66. Color #daef5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 01011101
Octal 332 357 135
Decimal 218 239 93
Hex DA EF 5D

RGB Percentages of Color #daef5d

%39.64
%43.45
%16.91

CMYK Percentages of Color #daef5d

%9
%0
%61
%6

Triadic Colors of #daef5d

#daef5d #5ddaef #ef5dda

Analogous Colors of #daef5d

#daef5d #91ef5d #efbb5d

Monochromatic Colors of #daef5d

#daef5d

Complementary Color

#daef5d #725def

#daef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef5d Color CSS Codes

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

#daef5d Text Font Color

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

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


#daef5d Background Color

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

This div background color is #daef5d


#daef5d Border Color

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

This div border color is #daef5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,239,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 #daef5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef5d


Comments

No comments written yet.

Please login to write comment.