Color Hex Logo

#cdc73d Color Hex

#CDC73D
(205,199,61)
0 Favorites   0 Comments

Color spaces of #cdc73d

RGB 20519961
HSL0.160.590.52
HSV58°70°80°
CMYK 0.000.030.70   0.20
XYZ46.442654.162912.4216
Yxy54.16290.41090.4792
Hunter Lab73.5954-16.149141.5097
CIE-Lab78.5566-13.753266.0292

#cdc73d color RGB value is (205,199,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000111 00111101
Octal 315 307 75
Decimal 205 199 61
Hex CD C7 3D

RGB Percentages of Color #cdc73d

%44.09
%42.80
%13.12

CMYK Percentages of Color #cdc73d

%0
%3
%70
%20

Triadic Colors of #cdc73d

#cdc73d #3dcdc7 #c73dcd

Analogous Colors of #cdc73d

#cdc73d #8bcd3d #cd7f3d

Monochromatic Colors of #cdc73d

#cdc73d

Complementary Color

#cdc73d #3d43cd

#cdc73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc73d Color CSS Codes

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

#cdc73d Text Font Color

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

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


#cdc73d Background Color

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

This div background color is #cdc73d


#cdc73d Border Color

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

This div border color is #cdc73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc73d


Comments

No comments written yet.

Please login to write comment.