Color Hex Logo

#cdd73c Color Hex

#CDD73C
(205,215,60)
0 Favorites   0 Comments

Color spaces of #cdd73c

RGB 20521560
HSL0.180.660.54
HSV64°72°84°
CMYK 0.050.000.72   0.16
XYZ50.292961.906313.5734
Yxy61.90630.39990.4922
Hunter Lab78.6806-23.593144.8481
CIE-Lab82.8636-21.722170.5451

#cdd73c color RGB value is (205,215,60).

#cdd73c hex color red value is 205, green value is 215 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cdd73c hue: 0.18 , saturation: 0.66 and the lightness value of cdd73c is 0.54.

The process color (four color CMYK) of #cdd73c color hex is 0.05, 0.00, 0.72, 0.16. Web safe color of #cdd73c is #cccc33. Color #cdd73c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 00111100
Octal 315 327 74
Decimal 205 215 60
Hex CD D7 3C

RGB Percentages of Color #cdd73c

%42.71
%44.79
%12.50

CMYK Percentages of Color #cdd73c

%5
%0
%72
%16

Triadic Colors of #cdd73c

#cdd73c #3ccdd7 #d73ccd

Analogous Colors of #cdd73c

#cdd73c #80d73c #d7943c

Monochromatic Colors of #cdd73c

#cdd73c

Complementary Color

#cdd73c #463cd7

#cdd73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd73c Color CSS Codes

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

#cdd73c Text Font Color

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

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


#cdd73c Background Color

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

This div background color is #cdd73c


#cdd73c Border Color

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

This div border color is #cdd73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd73c


Comments

No comments written yet.

Please login to write comment.