Color Hex Logo

#cddc49 Color Hex

#CDDC49
(205,220,73)
0 Favorites   0 Comments

Color spaces of #cddc49

RGB 20522073
HSL0.180.680.57
HSV66°67°86°
CMYK 0.070.000.67   0.14
XYZ51.972664.646616.0421
Yxy64.64660.39180.4873
Hunter Lab80.4031-25.323044.4526
CIE-Lab84.3013-23.466267.3009

#cddc49 color RGB value is (205,220,73).

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

The process color (four color CMYK) of #cddc49 color hex is 0.07, 0.00, 0.67, 0.14. Web safe color of #cddc49 is #cccc33. Color #cddc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 01001001
Octal 315 334 111
Decimal 205 220 73
Hex CD DC 49

RGB Percentages of Color #cddc49

%41.16
%44.18
%14.66

CMYK Percentages of Color #cddc49

%7
%0
%67
%14

Triadic Colors of #cddc49

#cddc49 #49cddc #dc49cd

Analogous Colors of #cddc49

#cddc49 #84dc49 #dca249

Monochromatic Colors of #cddc49

#cddc49

Complementary Color

#cddc49 #5849dc

#cddc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc49 Color CSS Codes

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

#cddc49 Text Font Color

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

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


#cddc49 Background Color

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

This div background color is #cddc49


#cddc49 Border Color

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

This div border color is #cddc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc49


Comments

No comments written yet.

Please login to write comment.