Color Hex Logo

#dab247 Color Hex

#DAB247
(218,178,71)
0 Favorites   0 Comments

Color spaces of #dab247

RGB 21817871
HSL0.120.670.57
HSV44°67°85°
CMYK 0.000.180.67   0.15
XYZ45.971247.201112.6490
Yxy47.20110.43440.4460
Hunter Lab68.7031-0.790837.1762
CIE-Lab74.31823.178858.1333

#dab247 color RGB value is (218,178,71).

#dab247 hex color red value is 218, green value is 178 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dab247 hue: 0.12 , saturation: 0.67 and the lightness value of dab247 is 0.57.

The process color (four color CMYK) of #dab247 color hex is 0.00, 0.18, 0.67, 0.15. Web safe color of #dab247 is #cc9933. Color #dab247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01000111
Octal 332 262 107
Decimal 218 178 71
Hex DA B2 47

RGB Percentages of Color #dab247

%46.68
%38.12
%15.20

CMYK Percentages of Color #dab247

%0
%18
%67
%15

Triadic Colors of #dab247

#dab247 #47dab2 #b247da

Analogous Colors of #dab247

#dab247 #b9da47 #da6947

Monochromatic Colors of #dab247

#dab247

Complementary Color

#dab247 #476fda

#dab247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab247 Color CSS Codes

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

#dab247 Text Font Color

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

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


#dab247 Background Color

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

This div background color is #dab247


#dab247 Border Color

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

This div border color is #dab247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab247


Comments

No comments written yet.

Please login to write comment.