Color Hex Logo

#daef94 Color Hex

#DAEF94
(218,239,148)
0 Favorites   0 Comments

Color spaces of #daef94

RGB 218239148
HSL0.210.740.76
HSV74°38°94°
CMYK 0.090.000.38   0.06
XYZ65.125278.776539.7899
Yxy78.77650.35450.4289
Hunter Lab88.7561-24.348135.5492
CIE-Lab91.1331-20.981941.7238

#daef94 color RGB value is (218,239,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 10010100
Octal 332 357 224
Decimal 218 239 148
Hex DA EF 94

RGB Percentages of Color #daef94

%36.03
%39.50
%24.46

CMYK Percentages of Color #daef94

%9
%0
%38
%6

Triadic Colors of #daef94

#daef94 #94daef #ef94da

Analogous Colors of #daef94

#daef94 #adef94 #efd794

Monochromatic Colors of #daef94

#daef94

Complementary Color

#daef94 #a994ef

#daef94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef94 Color CSS Codes

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

#daef94 Text Font Color

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

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


#daef94 Background Color

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

This div background color is #daef94


#daef94 Border Color

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

This div border color is #daef94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef94


Comments

No comments written yet.

Please login to write comment.