Color Hex Logo

#daed92 Color Hex

#DAED92
(218,237,146)
0 Favorites   0 Comments

Color spaces of #daed92

RGB 218237146
HSL0.200.720.75
HSV73°38°93°
CMYK 0.080.000.38   0.07
XYZ64.385977.549138.7691
Yxy77.54910.35630.4291
Hunter Lab88.0620-23.599435.5411
CIE-Lab90.5737-20.245341.9928

#daed92 color RGB value is (218,237,146).

#daed92 hex color red value is 218, green value is 237 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #daed92 hue: 0.20 , saturation: 0.72 and the lightness value of daed92 is 0.75.

The process color (four color CMYK) of #daed92 color hex is 0.08, 0.00, 0.38, 0.07. Web safe color of #daed92 is #ccff99. Color #daed92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10010010
Octal 332 355 222
Decimal 218 237 146
Hex DA ED 92

RGB Percentages of Color #daed92

%36.27
%39.43
%24.29

CMYK Percentages of Color #daed92

%8
%0
%38
%7

Triadic Colors of #daed92

#daed92 #92daed #ed92da

Analogous Colors of #daed92

#daed92 #aded92 #edd392

Monochromatic Colors of #daed92

#daed92

Complementary Color

#daed92 #a592ed

#daed92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed92 Color CSS Codes

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

#daed92 Text Font Color

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

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


#daed92 Background Color

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

This div background color is #daed92


#daed92 Border Color

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

This div border color is #daed92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed92

#daed92 Color Palettes


Comments

No comments written yet.

Please login to write comment.