Color Hex Logo

#dab235 Color Hex

#DAB235
(218,178,53)
0 Favorites   0 Comments

Color spaces of #dab235

RGB 21817853
HSL0.130.690.53
HSV45°76°85°
CMYK 0.000.180.76   0.15
XYZ45.476447.003310.0438
Yxy47.00330.44360.4585
Hunter Lab68.5590-1.575939.3054
CIE-Lab74.19192.310165.1364

#dab235 color RGB value is (218,178,53).

#dab235 hex color red value is 218, green value is 178 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dab235 hue: 0.13 , saturation: 0.69 and the lightness value of dab235 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00110101
Octal 332 262 65
Decimal 218 178 53
Hex DA B2 35

RGB Percentages of Color #dab235

%48.55
%39.64
%11.80

CMYK Percentages of Color #dab235

%0
%18
%76
%15

Triadic Colors of #dab235

#dab235 #35dab2 #b235da

Analogous Colors of #dab235

#dab235 #b0da35 #da6035

Monochromatic Colors of #dab235

#dab235

Complementary Color

#dab235 #355dda

#dab235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab235 Color CSS Codes

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

#dab235 Text Font Color

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

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


#dab235 Background Color

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

This div background color is #dab235


#dab235 Border Color

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

This div border color is #dab235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab235


Comments

No comments written yet.

Please login to write comment.