Color Hex Logo

#cdc140 Color Hex

#CDC140
(205,193,64)
0 Favorites   0 Comments

Color spaces of #cdc140

RGB 20519364
HSL0.150.590.53
HSV55°69°80°
CMYK 0.000.060.69   0.20
XYZ45.172251.489212.4081
Yxy51.48920.41420.4721
Hunter Lab71.7560-13.202739.9767
CIE-Lab76.9744-10.557463.3364

#cdc140 color RGB value is (205,193,64).

#cdc140 hex color red value is 205, green value is 193 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cdc140 hue: 0.15 , saturation: 0.59 and the lightness value of cdc140 is 0.53.

The process color (four color CMYK) of #cdc140 color hex is 0.00, 0.06, 0.69, 0.20. Web safe color of #cdc140 is #cccc33. Color #cdc140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 01000000
Octal 315 301 100
Decimal 205 193 64
Hex CD C1 40

RGB Percentages of Color #cdc140

%44.37
%41.77
%13.85

CMYK Percentages of Color #cdc140

%0
%6
%69
%20

Triadic Colors of #cdc140

#cdc140 #40cdc1 #c140cd

Analogous Colors of #cdc140

#cdc140 #93cd40 #cd7b40

Monochromatic Colors of #cdc140

#cdc140

Complementary Color

#cdc140 #404ccd

#cdc140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc140 Color CSS Codes

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

#cdc140 Text Font Color

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

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


#cdc140 Background Color

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

This div background color is #cdc140


#cdc140 Border Color

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

This div border color is #cdc140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc140


Comments

No comments written yet.

Please login to write comment.