Color Hex Logo

#dab242 Color Hex

#DAB242
(218,178,66)
0 Favorites   0 Comments

Color spaces of #dab242

RGB 21817866
HSL0.120.670.56
HSV44°70°85°
CMYK 0.000.180.70   0.15
XYZ45.817247.139611.8383
Yxy47.13960.43720.4498
Hunter Lab68.6583-1.035037.8378
CIE-Lab74.27902.909260.1967

#dab242 color RGB value is (218,178,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01000010
Octal 332 262 102
Decimal 218 178 66
Hex DA B2 42

RGB Percentages of Color #dab242

%47.19
%38.53
%14.29

CMYK Percentages of Color #dab242

%0
%18
%70
%15

Triadic Colors of #dab242

#dab242 #42dab2 #b242da

Analogous Colors of #dab242

#dab242 #b6da42 #da6642

Monochromatic Colors of #dab242

#dab242

Complementary Color

#dab242 #426ada

#dab242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab242 Color CSS Codes

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

#dab242 Text Font Color

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

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


#dab242 Background Color

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

This div background color is #dab242


#dab242 Border Color

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

This div border color is #dab242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab242


Comments

No comments written yet.

Please login to write comment.