Color Hex Logo

#cdb413 Color Hex

#CDB413
(205,180,19)
0 Favorites   0 Comments

Color spaces of #cdb413

RGB 20518019
HSL0.140.830.44
HSV52°91°80°
CMYK 0.000.120.91   0.20
XYZ41.615645.66877.2377
Yxy45.66870.44030.4832
Hunter Lab67.5786-8.340540.9550
CIE-Lab73.3300-5.370773.0002

#cdb413 color RGB value is (205,180,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00010011
Octal 315 264 23
Decimal 205 180 19
Hex CD B4 13

RGB Percentages of Color #cdb413

%50.74
%44.55
%4.70

CMYK Percentages of Color #cdb413

%0
%12
%91
%20

Triadic Colors of #cdb413

#cdb413 #13cdb4 #b413cd

Analogous Colors of #cdb413

#cdb413 #89cd13 #cd5713

Monochromatic Colors of #cdb413

#cdb413

Complementary Color

#cdb413 #132ccd

#cdb413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb413 Color CSS Codes

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

#cdb413 Text Font Color

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

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


#cdb413 Background Color

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

This div background color is #cdb413


#cdb413 Border Color

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

This div border color is #cdb413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb413


Comments

No comments written yet.

Please login to write comment.