Color Hex Logo

#cddb2c Color Hex

#CDDB2C
(205,219,44)
0 Favorites   0 Comments

Color spaces of #cddb2c

RGB 20521944
HSL0.180.710.52
HSV65°80°86°
CMYK 0.060.000.80   0.14
XYZ50.963063.824012.0161
Yxy63.82400.40190.5033
Hunter Lab79.8899-25.939547.0052
CIE-Lab83.8741-24.289576.2644

#cddb2c color RGB value is (205,219,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 00101100
Octal 315 333 54
Decimal 205 219 44
Hex CD DB 2C

RGB Percentages of Color #cddb2c

%43.80
%46.79
%9.40

CMYK Percentages of Color #cddb2c

%6
%0
%80
%14

Triadic Colors of #cddb2c

#cddb2c #2ccddb #db2ccd

Analogous Colors of #cddb2c

#cddb2c #76db2c #db922c

Monochromatic Colors of #cddb2c

#cddb2c

Complementary Color

#cddb2c #3a2cdb

#cddb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb2c Color CSS Codes

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

#cddb2c Text Font Color

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

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


#cddb2c Background Color

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

This div background color is #cddb2c


#cddb2c Border Color

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

This div border color is #cddb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb2c


Comments

No comments written yet.

Please login to write comment.