Color Hex Logo

#dada7b Color Hex

#DADA7B
(218,218,123)
0 Favorites   0 Comments

Color spaces of #dada7b

RGB 218218123
HSL0.170.560.67
HSV60°44°85°
CMYK 0.000.000.44   0.15
XYZ57.560066.478328.5368
Yxy66.47830.37730.4357
Hunter Lab81.5342-16.670836.3226
CIE-Lab85.2398-13.355346.5607

#dada7b color RGB value is (218,218,123).

#dada7b hex color red value is 218, green value is 218 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dada7b hue: 0.17 , saturation: 0.56 and the lightness value of dada7b is 0.67.

The process color (four color CMYK) of #dada7b color hex is 0.00, 0.00, 0.44, 0.15. Web safe color of #dada7b is #cccc66. Color #dada7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01111011
Octal 332 332 173
Decimal 218 218 123
Hex DA DA 7B

RGB Percentages of Color #dada7b

%39.00
%39.00
%22.00

CMYK Percentages of Color #dada7b

%0
%0
%44
%15

Triadic Colors of #dada7b

#dada7b #7bdada #da7bda

Analogous Colors of #dada7b

#dada7b #abda7b #daab7b

Monochromatic Colors of #dada7b

#dada7b

Complementary Color

#dada7b #7b7bda

#dada7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada7b Color CSS Codes

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

#dada7b Text Font Color

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

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


#dada7b Background Color

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

This div background color is #dada7b


#dada7b Border Color

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

This div border color is #dada7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada7b


Comments

No comments written yet.

Please login to write comment.