Color Hex Logo

#cdc74e Color Hex

#CDC74E
(205,199,78)
0 Favorites   0 Comments

Color spaces of #cdc74e

RGB 20519978
HSL0.160.560.55
HSV57°62°80°
CMYK 0.000.030.62   0.20
XYZ46.975454.376015.2275
Yxy54.37600.40290.4664
Hunter Lab73.7401-15.333539.3745
CIE-Lab78.6805-12.786859.4289

#cdc74e color RGB value is (205,199,78).

#cdc74e hex color red value is 205, green value is 199 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cdc74e hue: 0.16 , saturation: 0.56 and the lightness value of cdc74e is 0.55.

The process color (four color CMYK) of #cdc74e color hex is 0.00, 0.03, 0.62, 0.20. Web safe color of #cdc74e is #cccc66. Color #cdc74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000111 01001110
Octal 315 307 116
Decimal 205 199 78
Hex CD C7 4E

RGB Percentages of Color #cdc74e

%42.53
%41.29
%16.18

CMYK Percentages of Color #cdc74e

%0
%3
%62
%20

Triadic Colors of #cdc74e

#cdc74e #4ecdc7 #c74ecd

Analogous Colors of #cdc74e

#cdc74e #94cd4e #cd884e

Monochromatic Colors of #cdc74e

#cdc74e

Complementary Color

#cdc74e #4e54cd

#cdc74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc74e Color CSS Codes

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

#cdc74e Text Font Color

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

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


#cdc74e Background Color

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

This div background color is #cdc74e


#cdc74e Border Color

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

This div border color is #cdc74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc74e


Comments

No comments written yet.

Please login to write comment.