Color Hex Logo

#cdb116 Color Hex

#CDB116
(205,177,22)
0 Favorites   0 Comments

Color spaces of #cdb116

RGB 20517722
HSL0.140.810.45
HSV51°89°80°
CMYK 0.000.140.89   0.20
XYZ41.043844.48137.1816
Yxy44.48130.44270.4798
Hunter Lab66.6943-6.865840.3017
CIE-Lab72.5490-3.751271.8635

#cdb116 color RGB value is (205,177,22).

#cdb116 hex color red value is 205, green value is 177 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #cdb116 hue: 0.14 , saturation: 0.81 and the lightness value of cdb116 is 0.45.

The process color (four color CMYK) of #cdb116 color hex is 0.00, 0.14, 0.89, 0.20. Web safe color of #cdb116 is #cc9900. Color #cdb116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00010110
Octal 315 261 26
Decimal 205 177 22
Hex CD B1 16

RGB Percentages of Color #cdb116

%50.74
%43.81
%5.45

CMYK Percentages of Color #cdb116

%0
%14
%89
%20

Triadic Colors of #cdb116

#cdb116 #16cdb1 #b116cd

Analogous Colors of #cdb116

#cdb116 #8ecd16 #cd5616

Monochromatic Colors of #cdb116

#cdb116

Complementary Color

#cdb116 #1632cd

#cdb116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb116 Color CSS Codes

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

#cdb116 Text Font Color

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

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


#cdb116 Background Color

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

This div background color is #cdb116


#cdb116 Border Color

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

This div border color is #cdb116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb116


Comments

No comments written yet.

Please login to write comment.