Color Hex Logo

#d4ca20 Color Hex

#D4CA20
(212,202,32)
0 Favorites   0 Comments

Color spaces of #d4ca20

RGB 21220232
HSL0.160.740.48
HSV57°85°83°
CMYK 0.000.050.85   0.17
XYZ48.532656.34249.6837
Yxy56.34240.42360.4918
Hunter Lab75.0616-15.944944.8941
CIE-Lab79.8083-13.327375.9130

#d4ca20 color RGB value is (212,202,32).

#d4ca20 hex color red value is 212, green value is 202 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d4ca20 hue: 0.16 , saturation: 0.74 and the lightness value of d4ca20 is 0.48.

The process color (four color CMYK) of #d4ca20 color hex is 0.00, 0.05, 0.85, 0.17. Web safe color of #d4ca20 is #cccc33. Color #d4ca20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001010 00100000
Octal 324 312 40
Decimal 212 202 32
Hex D4 CA 20

RGB Percentages of Color #d4ca20

%47.53
%45.29
%7.17

CMYK Percentages of Color #d4ca20

%0
%5
%85
%17

Triadic Colors of #d4ca20

#d4ca20 #20d4ca #ca20d4

Analogous Colors of #d4ca20

#d4ca20 #84d420 #d47020

Monochromatic Colors of #d4ca20

#d4ca20

Complementary Color

#d4ca20 #202ad4

#d4ca20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ca20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ca20 Color CSS Codes

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

#d4ca20 Text Font Color

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

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


#d4ca20 Background Color

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

This div background color is #d4ca20


#d4ca20 Border Color

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

This div border color is #d4ca20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,202,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4ca20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4ca20;
  -webkit-box-shadow: 1px 1px 3px 2px #d4ca20;
  box-shadow:         1px 1px 3px 2px #d4ca20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,202,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ca20


Comments

No comments written yet.

Please login to write comment.