Color Hex Logo

#cdc52e Color Hex

#CDC52E
(205,197,46)
0 Favorites   0 Comments

Color spaces of #cdc52e

RGB 20519746
HSL0.160.630.49
HSV57°78°80°
CMYK 0.000.040.78   0.20
XYZ45.636253.108910.4305
Yxy53.10890.41800.4865
Hunter Lab72.8759-15.752842.5271
CIE-Lab77.9393-13.384870.4522

#cdc52e color RGB value is (205,197,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 00101110
Octal 315 305 56
Decimal 205 197 46
Hex CD C5 2E

RGB Percentages of Color #cdc52e

%45.76
%43.97
%10.27

CMYK Percentages of Color #cdc52e

%0
%4
%78
%20

Triadic Colors of #cdc52e

#cdc52e #2ecdc5 #c52ecd

Analogous Colors of #cdc52e

#cdc52e #86cd2e #cd762e

Monochromatic Colors of #cdc52e

#cdc52e

Complementary Color

#cdc52e #2e36cd

#cdc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc52e Color CSS Codes

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

#cdc52e Text Font Color

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

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


#cdc52e Background Color

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

This div background color is #cdc52e


#cdc52e Border Color

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

This div border color is #cdc52e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,197,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 #cdc52e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc52e


Comments

No comments written yet.

Please login to write comment.