Color Hex Logo

#cbddab Color Hex

#CBDDAB
(203,221,171)
1 Favorites   0 Comments

Color spaces of #cbddab

RGB 203221171
HSL0.230.420.77
HSV82°23°87°
CMYK 0.080.000.23   0.13
XYZ57.835767.349748.4796
Yxy67.34970.33300.3878
Hunter Lab82.0669-17.821122.4222
CIE-Lab85.6802-14.579422.5906

#cbddab color RGB value is (203,221,171).

#cbddab hex color red value is 203, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cbddab hue: 0.23 , saturation: 0.42 and the lightness value of cbddab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 10101011
Octal 313 335 253
Decimal 203 221 171
Hex CB DD AB

RGB Percentages of Color #cbddab

%34.12
%37.14
%28.74

CMYK Percentages of Color #cbddab

%8
%0
%23
%13

Triadic Colors of #cbddab

#cbddab #abcbdd #ddabcb

Analogous Colors of #cbddab

#cbddab #b2ddab #ddd6ab

Monochromatic Colors of #cbddab

#cbddab

Complementary Color

#cbddab #bdabdd

#cbddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbddab Color CSS Codes

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

#cbddab Text Font Color

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

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


#cbddab Background Color

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

This div background color is #cbddab


#cbddab Border Color

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

This div border color is #cbddab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,221,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 #cbddab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbddab

#cbddab Color Palettes


Comments

No comments written yet.

Please login to write comment.