Color Hex Logo

#cddfab Color Hex

#CDDFAB
(205,223,171)
0 Favorites   0 Comments

Color spaces of #cddfab

RGB 205223171
HSL0.220.450.77
HSV81°23°87°
CMYK 0.080.000.23   0.13
XYZ58.915268.694848.6823
Yxy68.69480.33420.3897
Hunter Lab82.8823-18.161023.1927
CIE-Lab86.3527-14.858123.5375

#cddfab color RGB value is (205,223,171).

#cddfab hex color red value is 205, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cddfab hue: 0.22 , saturation: 0.45 and the lightness value of cddfab is 0.77.

The process color (four color CMYK) of #cddfab color hex is 0.08, 0.00, 0.23, 0.13. Web safe color of #cddfab is #cccc99. Color #cddfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 10101011
Octal 315 337 253
Decimal 205 223 171
Hex CD DF AB

RGB Percentages of Color #cddfab

%34.22
%37.23
%28.55

CMYK Percentages of Color #cddfab

%8
%0
%23
%13

Triadic Colors of #cddfab

#cddfab #abcddf #dfabcd

Analogous Colors of #cddfab

#cddfab #b3dfab #dfd7ab

Monochromatic Colors of #cddfab

#cddfab

Complementary Color

#cddfab #bdabdf

#cddfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddfab Color CSS Codes

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

#cddfab Text Font Color

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

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


#cddfab Background Color

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

This div background color is #cddfab


#cddfab Border Color

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

This div border color is #cddfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddfab


Comments

No comments written yet.

Please login to write comment.