Color Hex Logo

#cdb013 Color Hex

#CDB013
(205,176,19)
0 Favorites   0 Comments

Color spaces of #cdb013

RGB 20517619
HSL0.140.830.44
HSV51°91°80°
CMYK 0.000.140.91   0.20
XYZ40.819744.07686.9723
Yxy44.07680.44430.4798
Hunter Lab66.3904-6.433540.2466
CIE-Lab72.2798-3.279872.1921

#cdb013 color RGB value is (205,176,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00010011
Octal 315 260 23
Decimal 205 176 19
Hex CD B0 13

RGB Percentages of Color #cdb013

%51.25
%44.00
%4.75

CMYK Percentages of Color #cdb013

%0
%14
%91
%20

Triadic Colors of #cdb013

#cdb013 #13cdb0 #b013cd

Analogous Colors of #cdb013

#cdb013 #8dcd13 #cd5313

Monochromatic Colors of #cdb013

#cdb013

Complementary Color

#cdb013 #1330cd

#cdb013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb013 Color CSS Codes

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

#cdb013 Text Font Color

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

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


#cdb013 Background Color

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

This div background color is #cdb013


#cdb013 Border Color

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

This div border color is #cdb013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb013


Comments

No comments written yet.

Please login to write comment.