Color Hex Logo

#cddba0 Color Hex

#CDDBA0
(205,219,160)
0 Favorites   0 Comments

Color spaces of #cddba0

RGB 205219160
HSL0.210.450.74
HSV74°27°86°
CMYK 0.060.000.27   0.14
XYZ56.853566.180243.0353
Yxy66.18020.34230.3985
Hunter Lab81.3512-17.617325.5811
CIE-Lab85.0883-14.440027.5153

#cddba0 color RGB value is (205,219,160).

#cddba0 hex color red value is 205, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cddba0 hue: 0.21 , saturation: 0.45 and the lightness value of cddba0 is 0.74.

The process color (four color CMYK) of #cddba0 color hex is 0.06, 0.00, 0.27, 0.14. Web safe color of #cddba0 is #cccc99. Color #cddba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 10100000
Octal 315 333 240
Decimal 205 219 160
Hex CD DB A0

RGB Percentages of Color #cddba0

%35.10
%37.50
%27.40

CMYK Percentages of Color #cddba0

%6
%0
%27
%14

Triadic Colors of #cddba0

#cddba0 #a0cddb #dba0cd

Analogous Colors of #cddba0

#cddba0 #b0dba0 #dbcca0

Monochromatic Colors of #cddba0

#cddba0

Complementary Color

#cddba0 #aea0db

#cddba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddba0 Color CSS Codes

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

#cddba0 Text Font Color

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

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


#cddba0 Background Color

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

This div background color is #cddba0


#cddba0 Border Color

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

This div border color is #cddba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddba0


Comments

No comments written yet.

Please login to write comment.