Color Hex Logo

#cdd44e Color Hex

#CDD44E
(205,212,78)
0 Favorites   0 Comments

Color spaces of #cdd44e

RGB 20521278
HSL0.180.610.57
HSV63°63°83°
CMYK 0.030.000.63   0.17
XYZ50.095560.616216.2675
Yxy60.61620.39450.4774
Hunter Lab77.8564-21.395642.1113
CIE-Lab82.1720-19.271063.1372

#cdd44e color RGB value is (205,212,78).

#cdd44e hex color red value is 205, green value is 212 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cdd44e hue: 0.18 , saturation: 0.61 and the lightness value of cdd44e is 0.57.

The process color (four color CMYK) of #cdd44e color hex is 0.03, 0.00, 0.63, 0.17. Web safe color of #cdd44e is #cccc66. Color #cdd44e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010100 01001110
Octal 315 324 116
Decimal 205 212 78
Hex CD D4 4E

RGB Percentages of Color #cdd44e

%41.41
%42.83
%15.76

CMYK Percentages of Color #cdd44e

%3
%0
%63
%17

Triadic Colors of #cdd44e

#cdd44e #4ecdd4 #d44ecd

Analogous Colors of #cdd44e

#cdd44e #8ad44e #d4984e

Monochromatic Colors of #cdd44e

#cdd44e

Complementary Color

#cdd44e #554ed4

#cdd44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd44e Color CSS Codes

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

#cdd44e Text Font Color

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

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


#cdd44e Background Color

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

This div background color is #cdd44e


#cdd44e Border Color

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

This div border color is #cdd44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd44e


Comments

No comments written yet.

Please login to write comment.