Color Hex Logo

#daef7d Color Hex

#DAEF7D
(218,239,125)
0 Favorites   0 Comments

Color spaces of #daef7d

RGB 218239125
HSL0.200.780.71
HSV71°48°94°
CMYK 0.090.000.48   0.06
XYZ63.481678.119131.1347
Yxy78.11910.36750.4522
Hunter Lab88.3850-26.468040.9839
CIE-Lab90.8342-23.433652.4345

#daef7d color RGB value is (218,239,125).

#daef7d hex color red value is 218, green value is 239 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #daef7d hue: 0.20 , saturation: 0.78 and the lightness value of daef7d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 01111101
Octal 332 357 175
Decimal 218 239 125
Hex DA EF 7D

RGB Percentages of Color #daef7d

%37.46
%41.07
%21.48

CMYK Percentages of Color #daef7d

%9
%0
%48
%6

Triadic Colors of #daef7d

#daef7d #7ddaef #ef7dda

Analogous Colors of #daef7d

#daef7d #a1ef7d #efcb7d

Monochromatic Colors of #daef7d

#daef7d

Complementary Color

#daef7d #927def

#daef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef7d Color CSS Codes

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

#daef7d Text Font Color

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

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


#daef7d Background Color

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

This div background color is #daef7d


#daef7d Border Color

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

This div border color is #daef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef7d


Comments

No comments written yet.

Please login to write comment.