Color Hex Logo

#cddc69 Color Hex

#CDDC69
(205,220,105)
0 Favorites   0 Comments

Color spaces of #cddc69

RGB 205220105
HSL0.190.620.64
HSV68°52°86°
CMYK 0.070.000.52   0.14
XYZ53.319865.185523.1364
Yxy65.18550.37640.4602
Hunter Lab80.7375-23.407739.5259
CIE-Lab84.5792-21.161554.0663

#cddc69 color RGB value is (205,220,105).

#cddc69 hex color red value is 205, green value is 220 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cddc69 hue: 0.19 , saturation: 0.62 and the lightness value of cddc69 is 0.64.

The process color (four color CMYK) of #cddc69 color hex is 0.07, 0.00, 0.52, 0.14. Web safe color of #cddc69 is #cccc66. Color #cddc69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 01101001
Octal 315 334 151
Decimal 205 220 105
Hex CD DC 69

RGB Percentages of Color #cddc69

%38.68
%41.51
%19.81

CMYK Percentages of Color #cddc69

%7
%0
%52
%14

Triadic Colors of #cddc69

#cddc69 #69cddc #dc69cd

Analogous Colors of #cddc69

#cddc69 #94dc69 #dcb269

Monochromatic Colors of #cddc69

#cddc69

Complementary Color

#cddc69 #7869dc

#cddc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc69 Color CSS Codes

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

#cddc69 Text Font Color

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

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


#cddc69 Background Color

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

This div background color is #cddc69


#cddc69 Border Color

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

This div border color is #cddc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc69


Comments

No comments written yet.

Please login to write comment.