Color Hex Logo

#cdb43d Color Hex

#CDB43D
(205,180,61)
0 Favorites   0 Comments

Color spaces of #cdb43d

RGB 20518061
HSL0.140.590.52
HSV50°70°80°
CMYK 0.000.120.70   0.20
XYZ42.340445.958611.0542
Yxy45.95860.42620.4626
Hunter Lab67.7928-7.154137.7872
CIE-Lab73.5187-3.992261.0416

#cdb43d color RGB value is (205,180,61).

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

The process color (four color CMYK) of #cdb43d color hex is 0.00, 0.12, 0.70, 0.20. Web safe color of #cdb43d is #cccc33. Color #cdb43d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00111101
Octal 315 264 75
Decimal 205 180 61
Hex CD B4 3D

RGB Percentages of Color #cdb43d

%45.96
%40.36
%13.68

CMYK Percentages of Color #cdb43d

%0
%12
%70
%20

Triadic Colors of #cdb43d

#cdb43d #3dcdb4 #b43dcd

Analogous Colors of #cdb43d

#cdb43d #9ecd3d #cd6c3d

Monochromatic Colors of #cdb43d

#cdb43d

Complementary Color

#cdb43d #3d56cd

#cdb43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb43d Color CSS Codes

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

#cdb43d Text Font Color

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

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


#cdb43d Background Color

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

This div background color is #cdb43d


#cdb43d Border Color

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

This div border color is #cdb43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb43d


Comments

No comments written yet.

Please login to write comment.