Color Hex Logo

#cddc2d Color Hex

#CDDC2D
(205,220,45)
0 Favorites   0 Comments

Color spaces of #cddc2d

RGB 20522045
HSL0.180.710.52
HSV65°80°86°
CMYK 0.070.000.80   0.14
XYZ51.243764.355012.2036
Yxy64.35500.40100.5036
Hunter Lab80.2216-26.366047.1357
CIE-Lab84.1503-24.735676.2442

#cddc2d color RGB value is (205,220,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 00101101
Octal 315 334 55
Decimal 205 220 45
Hex CD DC 2D

RGB Percentages of Color #cddc2d

%43.62
%46.81
%9.57

CMYK Percentages of Color #cddc2d

%7
%0
%80
%14

Triadic Colors of #cddc2d

#cddc2d #2dcddc #dc2dcd

Analogous Colors of #cddc2d

#cddc2d #76dc2d #dc942d

Monochromatic Colors of #cddc2d

#cddc2d

Complementary Color

#cddc2d #3c2ddc

#cddc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc2d Color CSS Codes

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

#cddc2d Text Font Color

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

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


#cddc2d Background Color

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

This div background color is #cddc2d


#cddc2d Border Color

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

This div border color is #cddc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc2d


Comments

No comments written yet.

Please login to write comment.