Color Hex Logo

#cdc37c Color Hex

#CDC37C
(205,195,124)
0 Favorites   0 Comments

Color spaces of #cdc37c

RGB 205195124
HSL0.150.450.65
HSV53°40°80°
CMYK 0.000.050.40   0.20
XYZ48.330053.464626.8412
Yxy53.46460.37570.4156
Hunter Lab73.1195-9.975529.4191
CIE-Lab78.1485-6.729936.9212

#cdc37c color RGB value is (205,195,124).

#cdc37c hex color red value is 205, green value is 195 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cdc37c hue: 0.15 , saturation: 0.45 and the lightness value of cdc37c is 0.65.

The process color (four color CMYK) of #cdc37c color hex is 0.00, 0.05, 0.40, 0.20. Web safe color of #cdc37c is #cccc66. Color #cdc37c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000011 01111100
Octal 315 303 174
Decimal 205 195 124
Hex CD C3 7C

RGB Percentages of Color #cdc37c

%39.12
%37.21
%23.66

CMYK Percentages of Color #cdc37c

%0
%5
%40
%20

Triadic Colors of #cdc37c

#cdc37c #7ccdc3 #c37ccd

Analogous Colors of #cdc37c

#cdc37c #afcd7c #cd9b7c

Monochromatic Colors of #cdc37c

#cdc37c

Complementary Color

#cdc37c #7c86cd

#cdc37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc37c Color CSS Codes

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

#cdc37c Text Font Color

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

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


#cdc37c Background Color

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

This div background color is #cdc37c


#cdc37c Border Color

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

This div border color is #cdc37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc37c


Comments

No comments written yet.

Please login to write comment.