Color Hex Logo

#cdc129 Color Hex

#CDC129
(205,193,41)
0 Favorites   0 Comments

Color spaces of #cdc129

RGB 20519341
HSL0.150.670.48
HSV56°80°80°
CMYK 0.000.060.80   0.20
XYZ44.647051.27929.6425
Yxy51.27920.42290.4857
Hunter Lab71.6095-14.025742.1430
CIE-Lab76.8478-11.529970.9355

#cdc129 color RGB value is (205,193,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 00101001
Octal 315 301 51
Decimal 205 193 41
Hex CD C1 29

RGB Percentages of Color #cdc129

%46.70
%43.96
%9.34

CMYK Percentages of Color #cdc129

%0
%6
%80
%20

Triadic Colors of #cdc129

#cdc129 #29cdc1 #c129cd

Analogous Colors of #cdc129

#cdc129 #87cd29 #cd6f29

Monochromatic Colors of #cdc129

#cdc129

Complementary Color

#cdc129 #2935cd

#cdc129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc129 Color CSS Codes

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

#cdc129 Text Font Color

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

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


#cdc129 Background Color

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

This div background color is #cdc129


#cdc129 Border Color

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

This div border color is #cdc129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc129


Comments

No comments written yet.

Please login to write comment.