Color Hex Logo

#cbdeab Color Hex

#CBDEAB
(203,222,171)
0 Favorites   0 Comments

Color spaces of #cbdeab

RGB 203222171
HSL0.230.440.77
HSV82°23°87°
CMYK 0.090.000.23   0.13
XYZ58.100667.879348.5679
Yxy67.87930.33290.3889
Hunter Lab82.3889-18.302522.7210
CIE-Lab85.9461-15.079322.9563

#cbdeab color RGB value is (203,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011110 10101011
Octal 313 336 253
Decimal 203 222 171
Hex CB DE AB

RGB Percentages of Color #cbdeab

%34.06
%37.25
%28.69

CMYK Percentages of Color #cbdeab

%9
%0
%23
%13

Triadic Colors of #cbdeab

#cbdeab #abcbde #deabcb

Analogous Colors of #cbdeab

#cbdeab #b2deab #ded8ab

Monochromatic Colors of #cbdeab

#cbdeab

Complementary Color

#cbdeab #beabde

#cbdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdeab Color CSS Codes

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

#cbdeab Text Font Color

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

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


#cbdeab Background Color

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

This div background color is #cbdeab


#cbdeab Border Color

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

This div border color is #cbdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdeab


Comments

No comments written yet.

Please login to write comment.