Color Hex Logo

#cdb115 Color Hex

#CDB115
(205,177,21)
0 Favorites   0 Comments

Color spaces of #cdb115

RGB 20517721
HSL0.140.810.44
HSV51°90°80°
CMYK 0.000.140.90   0.20
XYZ41.034344.47767.1318
Yxy44.47760.44290.4801
Hunter Lab66.6915-6.881840.3438
CIE-Lab72.5466-3.769872.0465

#cdb115 color RGB value is (205,177,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00010101
Octal 315 261 25
Decimal 205 177 21
Hex CD B1 15

RGB Percentages of Color #cdb115

%50.87
%43.92
%5.21

CMYK Percentages of Color #cdb115

%0
%14
%90
%20

Triadic Colors of #cdb115

#cdb115 #15cdb1 #b115cd

Analogous Colors of #cdb115

#cdb115 #8dcd15 #cd5515

Monochromatic Colors of #cdb115

#cdb115

Complementary Color

#cdb115 #1531cd

#cdb115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb115 Color CSS Codes

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

#cdb115 Text Font Color

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

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


#cdb115 Background Color

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

This div background color is #cdb115


#cdb115 Border Color

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

This div border color is #cdb115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb115


Comments

No comments written yet.

Please login to write comment.