Color Hex Logo

#cdb515 Color Hex

#CDB515
(205,181,21)
0 Favorites   0 Comments

Color spaces of #cdb515

RGB 20518121
HSL0.140.810.44
HSV52°90°80°
CMYK 0.000.120.90   0.20
XYZ41.836146.08107.3990
Yxy46.08100.43890.4835
Hunter Lab67.8830-8.786241.0557
CIE-Lab73.5981-5.856672.8649

#cdb515 color RGB value is (205,181,21).

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

The process color (four color CMYK) of #cdb515 color hex is 0.00, 0.12, 0.90, 0.20. Web safe color of #cdb515 is #cccc00. Color #cdb515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00010101
Octal 315 265 25
Decimal 205 181 21
Hex CD B5 15

RGB Percentages of Color #cdb515

%50.37
%44.47
%5.16

CMYK Percentages of Color #cdb515

%0
%12
%90
%20

Triadic Colors of #cdb515

#cdb515 #15cdb5 #b515cd

Analogous Colors of #cdb515

#cdb515 #89cd15 #cd5915

Monochromatic Colors of #cdb515

#cdb515

Complementary Color

#cdb515 #152dcd

#cdb515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb515 Color CSS Codes

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

#cdb515 Text Font Color

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

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


#cdb515 Background Color

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

This div background color is #cdb515


#cdb515 Border Color

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

This div border color is #cdb515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb515


Comments

No comments written yet.

Please login to write comment.