Color Hex Logo

#cdc46e Color Hex

#CDC46E
(205,196,110)
0 Favorites   0 Comments

Color spaces of #cdc46e

RGB 205196110
HSL0.150.490.62
HSV54°46°80°
CMYK 0.000.040.46   0.20
XYZ47.731253.584822.5790
Yxy53.58480.38530.4325
Hunter Lab73.2016-11.711832.9532
CIE-Lab78.2190-8.688944.0666

#cdc46e color RGB value is (205,196,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000100 01101110
Octal 315 304 156
Decimal 205 196 110
Hex CD C4 6E

RGB Percentages of Color #cdc46e

%40.12
%38.36
%21.53

CMYK Percentages of Color #cdc46e

%0
%4
%46
%20

Triadic Colors of #cdc46e

#cdc46e #6ecdc4 #c46ecd

Analogous Colors of #cdc46e

#cdc46e #a7cd6e #cd956e

Monochromatic Colors of #cdc46e

#cdc46e

Complementary Color

#cdc46e #6e77cd

#cdc46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc46e Color CSS Codes

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

#cdc46e Text Font Color

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

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


#cdc46e Background Color

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

This div background color is #cdc46e


#cdc46e Border Color

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

This div border color is #cdc46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc46e


Comments

No comments written yet.

Please login to write comment.