Color Hex Logo

#cdb015 Color Hex

#CDB015
(205,176,21)
0 Favorites   0 Comments

Color spaces of #cdb015

RGB 20517621
HSL0.140.810.44
HSV51°90°80°
CMYK 0.000.140.90   0.20
XYZ40.837544.08397.0662
Yxy44.08390.44390.4792
Hunter Lab66.3957-6.403940.1670
CIE-Lab72.2845-3.245471.8426

#cdb015 color RGB value is (205,176,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00010101
Octal 315 260 25
Decimal 205 176 21
Hex CD B0 15

RGB Percentages of Color #cdb015

%51.00
%43.78
%5.22

CMYK Percentages of Color #cdb015

%0
%14
%90
%20

Triadic Colors of #cdb015

#cdb015 #15cdb0 #b015cd

Analogous Colors of #cdb015

#cdb015 #8ecd15 #cd5415

Monochromatic Colors of #cdb015

#cdb015

Complementary Color

#cdb015 #1532cd

#cdb015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb015 Color CSS Codes

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

#cdb015 Text Font Color

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

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


#cdb015 Background Color

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

This div background color is #cdb015


#cdb015 Border Color

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

This div border color is #cdb015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb015


Comments

No comments written yet.

Please login to write comment.