Color Hex Logo

#cdb42e Color Hex

#CDB42E
(205,180,46)
0 Favorites   0 Comments

Color spaces of #cdb42e

RGB 20518046
HSL0.140.630.49
HSV51°78°80°
CMYK 0.000.120.78   0.20
XYZ41.991245.81899.2155
Yxy45.81890.43280.4722
Hunter Lab67.6897-7.724639.3108
CIE-Lab73.4279-4.653566.3748

#cdb42e color RGB value is (205,180,46).

#cdb42e hex color red value is 205, green value is 180 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cdb42e hue: 0.14 , saturation: 0.63 and the lightness value of cdb42e is 0.49.

The process color (four color CMYK) of #cdb42e color hex is 0.00, 0.12, 0.78, 0.20. Web safe color of #cdb42e is #cccc33. Color #cdb42e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00101110
Octal 315 264 56
Decimal 205 180 46
Hex CD B4 2E

RGB Percentages of Color #cdb42e

%47.56
%41.76
%10.67

CMYK Percentages of Color #cdb42e

%0
%12
%78
%20

Triadic Colors of #cdb42e

#cdb42e #2ecdb4 #b42ecd

Analogous Colors of #cdb42e

#cdb42e #97cd2e #cd652e

Monochromatic Colors of #cdb42e

#cdb42e

Complementary Color

#cdb42e #2e47cd

#cdb42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb42e Color CSS Codes

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

#cdb42e Text Font Color

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

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


#cdb42e Background Color

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

This div background color is #cdb42e


#cdb42e Border Color

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

This div border color is #cdb42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb42e


Comments

No comments written yet.

Please login to write comment.