Color Hex Logo

#d7cd46 Color Hex

#D7CD46
(215,205,70)
0 Favorites   0 Comments

Color spaces of #d7cd46

RGB 21520570
HSL0.160.640.56
HSV56°67°84°
CMYK 0.000.050.67   0.16
XYZ50.961158.551914.4101
Yxy58.55190.41120.4725
Hunter Lab76.5192-15.029242.3980
CIE-Lab81.0447-12.098965.3969

#d7cd46 color RGB value is (215,205,70).

#d7cd46 hex color red value is 215, green value is 205 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d7cd46 hue: 0.16 , saturation: 0.64 and the lightness value of d7cd46 is 0.56.

The process color (four color CMYK) of #d7cd46 color hex is 0.00, 0.05, 0.67, 0.16. Web safe color of #d7cd46 is #cccc33. Color #d7cd46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 01000110
Octal 327 315 106
Decimal 215 205 70
Hex D7 CD 46

RGB Percentages of Color #d7cd46

%43.88
%41.84
%14.29

CMYK Percentages of Color #d7cd46

%0
%5
%67
%16

Triadic Colors of #d7cd46

#d7cd46 #46d7cd #cd46d7

Analogous Colors of #d7cd46

#d7cd46 #99d746 #d78546

Monochromatic Colors of #d7cd46

#d7cd46

Complementary Color

#d7cd46 #4650d7

#d7cd46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cd46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cd46 Color CSS Codes

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

#d7cd46 Text Font Color

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

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


#d7cd46 Background Color

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

This div background color is #d7cd46


#d7cd46 Border Color

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

This div border color is #d7cd46


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,205,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7cd46; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7cd46;
  -webkit-box-shadow: 1px 1px 3px 2px #d7cd46;
  box-shadow:         1px 1px 3px 2px #d7cd46; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,205,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cd46


Comments

No comments written yet.

Please login to write comment.