Color Hex Logo

#dadb94 Color Hex

#DADB94
(218,219,148)
0 Favorites   0 Comments

Color spaces of #dadb94

RGB 218219148
HSL0.170.500.72
HSV61°32°86°
CMYK 0.000.000.32   0.14
XYZ59.590367.706637.9449
Yxy67.70660.36060.4097
Hunter Lab82.2840-14.726930.2575
CIE-Lab85.8595-11.110234.8766

#dadb94 color RGB value is (218,219,148).

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

The process color (four color CMYK) of #dadb94 color hex is 0.00, 0.00, 0.32, 0.14. Web safe color of #dadb94 is #cccc99. Color #dadb94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10010100
Octal 332 333 224
Decimal 218 219 148
Hex DA DB 94

RGB Percentages of Color #dadb94

%37.26
%37.44
%25.30

CMYK Percentages of Color #dadb94

%0
%0
%32
%14

Triadic Colors of #dadb94

#dadb94 #94dadb #db94da

Analogous Colors of #dadb94

#dadb94 #b7db94 #dbb994

Monochromatic Colors of #dadb94

#dadb94

Complementary Color

#dadb94 #9594db

#dadb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb94 Color CSS Codes

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

#dadb94 Text Font Color

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

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


#dadb94 Background Color

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

This div background color is #dadb94


#dadb94 Border Color

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

This div border color is #dadb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb94

#dadb94 Color Palettes


Comments

No comments written yet.

Please login to write comment.