Color Hex Logo

#cdc429 Color Hex

#CDC429
(205,196,41)
0 Favorites   0 Comments

Color spaces of #cdc429

RGB 20519641
HSL0.160.670.48
HSV57°80°80°
CMYK 0.000.040.80   0.20
XYZ45.317052.61919.8659
Yxy52.61910.42040.4881
Hunter Lab72.5390-15.429742.7134
CIE-Lab77.6496-13.051171.6346

#cdc429 color RGB value is (205,196,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000100 00101001
Octal 315 304 51
Decimal 205 196 41
Hex CD C4 29

RGB Percentages of Color #cdc429

%46.38
%44.34
%9.28

CMYK Percentages of Color #cdc429

%0
%4
%80
%20

Triadic Colors of #cdc429

#cdc429 #29cdc4 #c429cd

Analogous Colors of #cdc429

#cdc429 #84cd29 #cd7229

Monochromatic Colors of #cdc429

#cdc429

Complementary Color

#cdc429 #2932cd

#cdc429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc429 Color CSS Codes

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

#cdc429 Text Font Color

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

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


#cdc429 Background Color

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

This div background color is #cdc429


#cdc429 Border Color

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

This div border color is #cdc429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc429


Comments

No comments written yet.

Please login to write comment.