Color Hex Logo

#cdc46c Color Hex

#CDC46C
(205,196,108)
0 Favorites   0 Comments

Color spaces of #cdc46c

RGB 205196108
HSL0.150.490.61
HSV54°47°80°
CMYK 0.000.040.47   0.20
XYZ47.623553.541722.0119
Yxy53.54170.38660.4347
Hunter Lab73.1722-11.876133.3847
CIE-Lab78.1937-8.879145.0225

#cdc46c color RGB value is (205,196,108).

#cdc46c hex color red value is 205, green value is 196 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cdc46c hue: 0.15 , saturation: 0.49 and the lightness value of cdc46c is 0.61.

The process color (four color CMYK) of #cdc46c color hex is 0.00, 0.04, 0.47, 0.20. Web safe color of #cdc46c is #cccc66. Color #cdc46c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000100 01101100
Octal 315 304 154
Decimal 205 196 108
Hex CD C4 6C

RGB Percentages of Color #cdc46c

%40.28
%38.51
%21.22

CMYK Percentages of Color #cdc46c

%0
%4
%47
%20

Triadic Colors of #cdc46c

#cdc46c #6ccdc4 #c46ccd

Analogous Colors of #cdc46c

#cdc46c #a6cd6c #cd946c

Monochromatic Colors of #cdc46c

#cdc46c

Complementary Color

#cdc46c #6c75cd

#cdc46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc46c Color CSS Codes

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

#cdc46c Text Font Color

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

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


#cdc46c Background Color

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

This div background color is #cdc46c


#cdc46c Border Color

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

This div border color is #cdc46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc46c


Comments

No comments written yet.

Please login to write comment.