Color Hex Logo

#d6c805 Color Hex

#D6C805
(214,200,5)
0 Favorites   0 Comments

Color spaces of #d6c805

RGB 2142005
HSL0.160.950.43
HSV56°98°84°
CMYK 0.000.070.98   0.16
XYZ48.413255.61578.3268
Yxy55.61570.43090.4950
Hunter Lab74.5759-14.629345.5831
CIE-Lab79.3946-11.872179.5809

#d6c805 color RGB value is (214,200,5).

#d6c805 hex color red value is 214, green value is 200 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #d6c805 hue: 0.16 , saturation: 0.95 and the lightness value of d6c805 is 0.43.

The process color (four color CMYK) of #d6c805 color hex is 0.00, 0.07, 0.98, 0.16. Web safe color of #d6c805 is #cccc00. Color #d6c805 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001000 00000101
Octal 326 310 5
Decimal 214 200 5
Hex D6 C8 5

RGB Percentages of Color #d6c805

%51.07
%47.73
%1.19

CMYK Percentages of Color #d6c805

%0
%7
%98
%16

Triadic Colors of #d6c805

#d6c805 #05d6c8 #c805d6

Analogous Colors of #d6c805

#d6c805 #7cd605 #d66005

Monochromatic Colors of #d6c805

#d6c805

Complementary Color

#d6c805 #0513d6

#d6c805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c805 Color CSS Codes

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

#d6c805 Text Font Color

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

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


#d6c805 Background Color

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

This div background color is #d6c805


#d6c805 Border Color

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

This div border color is #d6c805


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,200,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6c805; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6c805;
  -webkit-box-shadow: 1px 1px 3px 2px #d6c805;
  box-shadow:         1px 1px 3px 2px #d6c805; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,200,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c805


Comments

No comments written yet.

Please login to write comment.