Color Hex Logo

#dadb92 Color Hex

#DADB92
(218,219,146)
0 Favorites   0 Comments

Color spaces of #dadb92

RGB 218219146
HSL0.170.500.72
HSV61°33°86°
CMYK 0.000.000.33   0.14
XYZ59.433367.643837.1182
Yxy67.64380.36200.4120
Hunter Lab82.2459-14.940830.8141
CIE-Lab85.8280-11.350535.8519

#dadb92 color RGB value is (218,219,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10010010
Octal 332 333 222
Decimal 218 219 146
Hex DA DB 92

RGB Percentages of Color #dadb92

%37.39
%37.56
%25.04

CMYK Percentages of Color #dadb92

%0
%0
%33
%14

Triadic Colors of #dadb92

#dadb92 #92dadb #db92da

Analogous Colors of #dadb92

#dadb92 #b6db92 #dbb892

Monochromatic Colors of #dadb92

#dadb92

Complementary Color

#dadb92 #9392db

#dadb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb92 Color CSS Codes

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

#dadb92 Text Font Color

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

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


#dadb92 Background Color

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

This div background color is #dadb92


#dadb92 Border Color

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

This div border color is #dadb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb92


Comments

No comments written yet.

Please login to write comment.