color codes Logo

#cddaa6 color codes

#CDDAA6
(205,218,166)
0 Favorites   0 Comments

Color spaces of #cddaa6

RGB 205218166
HSL0.210.410.75
HSV75°24°85°
CMYK 0.060.000.24   0.15
XYZ57.131265.875145.7804
Yxy65.87510.33850.3903
Hunter Lab81.1635-16.389423.3718
CIE-Lab84.9327-13.084524.1903

#cddaa6 color RGB value is (205,218,166).

#cddaa6 hex color red value is 205, green value is 218 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #cddaa6 hue: 0.21 , saturation: 0.41 and the lightness value of cddaa6 is 0.75.

The process color (four color CMYK) of #cddaa6 color code is 0.06, 0.00, 0.24, 0.15. Web safe color of #cddaa6 is #cccc99. Color #cddaa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 10100110
Octal 315 332 246
Decimal 205 218 166
Hex CD DA A6

RGB Percentages of Color #cddaa6

%34.80
%37.01
%28.18

CMYK Percentages of Color #cddaa6

%6
%0
%24
%15

Triadic Colors of #cddaa6

#cddaa6 #a6cdda #daa6cd

Analogous Colors of #cddaa6

#cddaa6 #b3daa6 #dacda6

Monochromatic Colors of #cddaa6

#cddaa6

Complementary Color

#cddaa6 #b3a6da

#cddaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddaa6 Color CSS Codes

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

#cddaa6 Text Font Color

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

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


#cddaa6 Background Color

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

This div background color is #cddaa6


#cddaa6 Border Color

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

This div border color is #cddaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddaa6


Comments

No comments written yet.

Please login to write comment.