Color Hex Logo

#cdd547 Color Hex

#CDD547
(205,213,71)
0 Favorites   0 Comments

Color spaces of #cdd547

RGB 20521371
HSL0.180.630.56
HSV63°67°84°
CMYK 0.040.000.67   0.16
XYZ50.108461.022615.0988
Yxy61.02260.39700.4834
Hunter Lab78.1170-22.205243.2220
CIE-Lab82.3909-20.179966.1195

#cdd547 color RGB value is (205,213,71).

#cdd547 hex color red value is 205, green value is 213 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cdd547 hue: 0.18 , saturation: 0.63 and the lightness value of cdd547 is 0.56.

The process color (four color CMYK) of #cdd547 color hex is 0.04, 0.00, 0.67, 0.16. Web safe color of #cdd547 is #cccc33. Color #cdd547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 01000111
Octal 315 325 107
Decimal 205 213 71
Hex CD D5 47

RGB Percentages of Color #cdd547

%41.92
%43.56
%14.52

CMYK Percentages of Color #cdd547

%4
%0
%67
%16

Triadic Colors of #cdd547

#cdd547 #47cdd5 #d547cd

Analogous Colors of #cdd547

#cdd547 #86d547 #d59647

Monochromatic Colors of #cdd547

#cdd547

Complementary Color

#cdd547 #4f47d5

#cdd547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd547 Color CSS Codes

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

#cdd547 Text Font Color

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

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


#cdd547 Background Color

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

This div background color is #cdd547


#cdd547 Border Color

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

This div border color is #cdd547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd547


Comments

No comments written yet.

Please login to write comment.