Color Hex Logo

#d5c034 Color Hex

#D5C034
(213,192,52)
0 Favorites   0 Comments

Color spaces of #d5c034

RGB 21319252
HSL0.140.660.52
HSV52°76°84°
CMYK 0.000.100.76   0.16
XYZ46.910052.093310.8314
Yxy52.09330.42710.4743
Hunter Lab72.1757-10.292841.6253
CIE-Lab77.3366-7.177768.2554

#d5c034 color RGB value is (213,192,52).

#d5c034 hex color red value is 213, green value is 192 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d5c034 hue: 0.14 , saturation: 0.66 and the lightness value of d5c034 is 0.52.

The process color (four color CMYK) of #d5c034 color hex is 0.00, 0.10, 0.76, 0.16. Web safe color of #d5c034 is #cccc33. Color #d5c034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000000 00110100
Octal 325 300 64
Decimal 213 192 52
Hex D5 C0 34

RGB Percentages of Color #d5c034

%46.61
%42.01
%11.38

CMYK Percentages of Color #d5c034

%0
%10
%76
%16

Triadic Colors of #d5c034

#d5c034 #34d5c0 #c034d5

Analogous Colors of #d5c034

#d5c034 #9ad534 #d57034

Monochromatic Colors of #d5c034

#d5c034

Complementary Color

#d5c034 #3449d5

#d5c034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c034 Color CSS Codes

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

#d5c034 Text Font Color

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

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


#d5c034 Background Color

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

This div background color is #d5c034


#d5c034 Border Color

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

This div border color is #d5c034


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,192,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5c034; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5c034;
  -webkit-box-shadow: 1px 1px 3px 2px #d5c034;
  box-shadow:         1px 1px 3px 2px #d5c034; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c034


Comments

No comments written yet.

Please login to write comment.