Color Hex Logo

#cdd749 Color Hex

#CDD749
(205,215,73)
0 Favorites   0 Comments

Color spaces of #cdd749

RGB 20521573
HSL0.180.640.56
HSV64°66°84°
CMYK 0.050.000.66   0.16
XYZ50.679962.061115.6112
Yxy62.06110.39490.4835
Hunter Lab78.7789-23.030743.3960
CIE-Lab82.9459-21.042465.9184

#cdd749 color RGB value is (205,215,73).

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

The process color (four color CMYK) of #cdd749 color hex is 0.05, 0.00, 0.66, 0.16. Web safe color of #cdd749 is #cccc33. Color #cdd749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 01001001
Octal 315 327 111
Decimal 205 215 73
Hex CD D7 49

RGB Percentages of Color #cdd749

%41.58
%43.61
%14.81

CMYK Percentages of Color #cdd749

%5
%0
%66
%16

Triadic Colors of #cdd749

#cdd749 #49cdd7 #d749cd

Analogous Colors of #cdd749

#cdd749 #86d749 #d79a49

Monochromatic Colors of #cdd749

#cdd749

Complementary Color

#cdd749 #5349d7

#cdd749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd749 Color CSS Codes

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

#cdd749 Text Font Color

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

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


#cdd749 Background Color

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

This div background color is #cdd749


#cdd749 Border Color

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

This div border color is #cdd749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd749


Comments

No comments written yet.

Please login to write comment.