Color Hex Logo

#cdb616 Color Hex

#CDB616
(205,182,22)
0 Favorites   0 Comments

Color spaces of #cdb616

RGB 20518222
HSL0.150.810.45
HSV52°89°80°
CMYK 0.000.110.89   0.20
XYZ42.049646.49307.5168
Yxy46.49300.43770.4840
Hunter Lab68.1858-9.245641.1939
CIE-Lab73.8643-6.358272.8930

#cdb616 color RGB value is (205,182,22).

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

The process color (four color CMYK) of #cdb616 color hex is 0.00, 0.11, 0.89, 0.20. Web safe color of #cdb616 is #cccc00. Color #cdb616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 00010110
Octal 315 266 26
Decimal 205 182 22
Hex CD B6 16

RGB Percentages of Color #cdb616

%50.12
%44.50
%5.38

CMYK Percentages of Color #cdb616

%0
%11
%89
%20

Triadic Colors of #cdb616

#cdb616 #16cdb6 #b616cd

Analogous Colors of #cdb616

#cdb616 #89cd16 #cd5b16

Monochromatic Colors of #cdb616

#cdb616

Complementary Color

#cdb616 #162dcd

#cdb616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb616 Color CSS Codes

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

#cdb616 Text Font Color

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

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


#cdb616 Background Color

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

This div background color is #cdb616


#cdb616 Border Color

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

This div border color is #cdb616


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,182,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 #cdb616">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb616


Comments

No comments written yet.

Please login to write comment.