Color Hex Logo

#daef93 Color Hex

#DAEF93
(218,239,147)
0 Favorites   0 Comments

Color spaces of #daef93

RGB 218239147
HSL0.200.740.76
HSV74°38°94°
CMYK 0.090.000.38   0.06
XYZ65.046478.745039.3748
Yxy78.74500.35510.4299
Hunter Lab88.7384-24.449335.8088
CIE-Lab91.1188-21.098242.1981

#daef93 color RGB value is (218,239,147).

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

The process color (four color CMYK) of #daef93 color hex is 0.09, 0.00, 0.38, 0.06. Web safe color of #daef93 is #ccff99. Color #daef93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 10010011
Octal 332 357 223
Decimal 218 239 147
Hex DA EF 93

RGB Percentages of Color #daef93

%36.09
%39.57
%24.34

CMYK Percentages of Color #daef93

%9
%0
%38
%6

Triadic Colors of #daef93

#daef93 #93daef #ef93da

Analogous Colors of #daef93

#daef93 #acef93 #efd693

Monochromatic Colors of #daef93

#daef93

Complementary Color

#daef93 #a893ef

#daef93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef93 Color CSS Codes

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

#daef93 Text Font Color

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

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


#daef93 Background Color

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

This div background color is #daef93


#daef93 Border Color

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

This div border color is #daef93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef93


Comments

No comments written yet.

Please login to write comment.