Color Hex Logo

#cbbad9 Color Hex

#CBBAD9
(203,186,217)
0 Favorites   0 Comments

Color spaces of #cbbad9

RGB 203186217
HSL0.760.290.79
HSV273°14°85°
CMYK 0.060.140.00   0.15
XYZ54.711952.824172.9581
Yxy52.82410.30310.2927
Hunter Lab72.68027.1802-8.6406
CIE-Lab77.771011.7422-13.3378

#cbbad9 color RGB value is (203,186,217).

#cbbad9 hex color red value is 203, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cbbad9 hue: 0.76 , saturation: 0.29 and the lightness value of cbbad9 is 0.79.

The process color (four color CMYK) of #cbbad9 color hex is 0.06, 0.14, 0.00, 0.15. Web safe color of #cbbad9 is #cccccc. Color #cbbad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 11011001
Octal 313 272 331
Decimal 203 186 217
Hex CB BA D9

RGB Percentages of Color #cbbad9

%33.50
%30.69
%35.81

CMYK Percentages of Color #cbbad9

%6
%14
%0
%15

Triadic Colors of #cbbad9

#cbbad9 #d9cbba #bad9cb

Analogous Colors of #cbbad9

#cbbad9 #d9bad8 #bcbad9

Monochromatic Colors of #cbbad9

#cbbad9

Complementary Color

#cbbad9 #c8d9ba

#cbbad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbad9 Color CSS Codes

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

#cbbad9 Text Font Color

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

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


#cbbad9 Background Color

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

This div background color is #cbbad9


#cbbad9 Border Color

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

This div border color is #cbbad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbad9


Comments

No comments written yet.

Please login to write comment.