Color Hex Logo

#cbbadd Color Hex

#CBBADD
(203,186,221)
0 Favorites   0 Comments

Color spaces of #cbbadd

RGB 203186221
HSL0.750.340.80
HSV269°16°87°
CMYK 0.080.160.00   0.13
XYZ55.238753.034875.7320
Yxy53.03480.30020.2882
Hunter Lab72.82507.9508-10.6792
CIE-Lab77.895512.5362-15.3136

#cbbadd color RGB value is (203,186,221).

#cbbadd hex color red value is 203, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbbadd hue: 0.75 , saturation: 0.34 and the lightness value of cbbadd is 0.80.

The process color (four color CMYK) of #cbbadd color hex is 0.08, 0.16, 0.00, 0.13. Web safe color of #cbbadd is #cccccc. Color #cbbadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 11011101
Octal 313 272 335
Decimal 203 186 221
Hex CB BA DD

RGB Percentages of Color #cbbadd

%33.28
%30.49
%36.23

CMYK Percentages of Color #cbbadd

%8
%16
%0
%13

Triadic Colors of #cbbadd

#cbbadd #ddcbba #baddcb

Analogous Colors of #cbbadd

#cbbadd #ddbadd #babbdd

Monochromatic Colors of #cbbadd

#cbbadd

Complementary Color

#cbbadd #ccddba

#cbbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbadd Color CSS Codes

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

#cbbadd Text Font Color

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

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


#cbbadd Background Color

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

This div background color is #cbbadd


#cbbadd Border Color

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

This div border color is #cbbadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,186,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbadd


Comments

No comments written yet.

Please login to write comment.