Color Hex Logo

#dab135 Color Hex

#DAB135
(218,177,53)
0 Favorites   0 Comments

Color spaces of #dab135

RGB 21817753
HSL0.130.690.53
HSV45°76°85°
CMYK 0.000.190.76   0.15
XYZ45.278246.60679.9777
Yxy46.60670.44450.4575
Hunter Lab68.2691-1.084139.1230
CIE-Lab73.93752.837764.8964

#dab135 color RGB value is (218,177,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00110101
Octal 332 261 65
Decimal 218 177 53
Hex DA B1 35

RGB Percentages of Color #dab135

%48.66
%39.51
%11.83

CMYK Percentages of Color #dab135

%0
%19
%76
%15

Triadic Colors of #dab135

#dab135 #35dab1 #b135da

Analogous Colors of #dab135

#dab135 #b1da35 #da5f35

Monochromatic Colors of #dab135

#dab135

Complementary Color

#dab135 #355eda

#dab135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab135 Color CSS Codes

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

#dab135 Text Font Color

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

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


#dab135 Background Color

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

This div background color is #dab135


#dab135 Border Color

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

This div border color is #dab135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab135


Comments

No comments written yet.

Please login to write comment.