Color Hex Logo

#cbc8db Color Hex

#CBC8DB
(203,200,219)
0 Favorites   0 Comments

Color spaces of #cbc8db

RGB 203200219
HSL0.690.210.82
HSV249°86°
CMYK 0.070.090.00   0.14
XYZ58.069159.119575.3685
Yxy59.11950.30160.3070
Hunter Lab76.88920.2526-4.2949
CIE-Lab81.35724.6234-9.0612

#cbc8db color RGB value is (203,200,219).

#cbc8db hex color red value is 203, green value is 200 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbc8db hue: 0.69 , saturation: 0.21 and the lightness value of cbc8db is 0.82.

The process color (four color CMYK) of #cbc8db color hex is 0.07, 0.09, 0.00, 0.14. Web safe color of #cbc8db is #cccccc. Color #cbc8db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 11011011
Octal 313 310 333
Decimal 203 200 219
Hex CB C8 DB

RGB Percentages of Color #cbc8db

%32.64
%32.15
%35.21

CMYK Percentages of Color #cbc8db

%7
%9
%0
%14

Triadic Colors of #cbc8db

#cbc8db #dbcbc8 #c8dbcb

Analogous Colors of #cbc8db

#cbc8db #d5c8db #c8cfdb

Monochromatic Colors of #cbc8db

#cbc8db

Complementary Color

#cbc8db #d8dbc8

#cbc8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc8db Color CSS Codes

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

#cbc8db Text Font Color

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

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


#cbc8db Background Color

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

This div background color is #cbc8db


#cbc8db Border Color

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

This div border color is #cbc8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc8db


Comments

No comments written yet.

Please login to write comment.