Color Hex Logo

#cdc929 Color Hex

#CDC929
(205,201,41)
0 Favorites   0 Comments

Color spaces of #cdc929

RGB 20520141
HSL0.160.670.48
HSV59°80°80°
CMYK 0.000.020.80   0.20
XYZ46.463754.912510.2481
Yxy54.91250.41630.4919
Hunter Lab74.1030-17.758043.6725
CIE-Lab78.9908-15.565272.8018

#cdc929 color RGB value is (205,201,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 00101001
Octal 315 311 51
Decimal 205 201 41
Hex CD C9 29

RGB Percentages of Color #cdc929

%45.86
%44.97
%9.17

CMYK Percentages of Color #cdc929

%0
%2
%80
%20

Triadic Colors of #cdc929

#cdc929 #29cdc9 #c929cd

Analogous Colors of #cdc929

#cdc929 #7fcd29 #cd7729

Monochromatic Colors of #cdc929

#cdc929

Complementary Color

#cdc929 #292dcd

#cdc929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc929 Color CSS Codes

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

#cdc929 Text Font Color

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

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


#cdc929 Background Color

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

This div background color is #cdc929


#cdc929 Border Color

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

This div border color is #cdc929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc929


Comments

No comments written yet.

Please login to write comment.