Color Hex Logo

#dadd94 Color Hex

#DADD94
(218,221,148)
0 Favorites   0 Comments

Color spaces of #dadd94

RGB 218221148
HSL0.170.520.72
HSV62°33°87°
CMYK 0.010.000.33   0.13
XYZ60.115268.756438.1199
Yxy68.75640.36000.4117
Hunter Lab82.9195-15.699730.7867
CIE-Lab86.3833-12.114935.5635

#dadd94 color RGB value is (218,221,148).

#dadd94 hex color red value is 218, green value is 221 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dadd94 hue: 0.17 , saturation: 0.52 and the lightness value of dadd94 is 0.72.

The process color (four color CMYK) of #dadd94 color hex is 0.01, 0.00, 0.33, 0.13. Web safe color of #dadd94 is #cccc99. Color #dadd94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10010100
Octal 332 335 224
Decimal 218 221 148
Hex DA DD 94

RGB Percentages of Color #dadd94

%37.14
%37.65
%25.21

CMYK Percentages of Color #dadd94

%1
%0
%33
%13

Triadic Colors of #dadd94

#dadd94 #94dadd #dd94da

Analogous Colors of #dadd94

#dadd94 #b6dd94 #ddbc94

Monochromatic Colors of #dadd94

#dadd94

Complementary Color

#dadd94 #9794dd

#dadd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd94 Color CSS Codes

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

#dadd94 Text Font Color

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

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


#dadd94 Background Color

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

This div background color is #dadd94


#dadd94 Border Color

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

This div border color is #dadd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd94


Comments

No comments written yet.

Please login to write comment.