Color Hex Logo

#cbbceb Color Hex

#CBBCEB
(203,188,235)
0 Favorites   0 Comments

Color spaces of #cbbceb

RGB 203188235
HSL0.720.540.83
HSV259°20°92°
CMYK 0.140.200.00   0.08
XYZ57.607254.661186.1117
Yxy54.66110.29040.2755
Hunter Lab73.93319.7006-17.3033
CIE-Lab78.845714.3213-21.4271

#cbbceb color RGB value is (203,188,235).

#cbbceb hex color red value is 203, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbbceb hue: 0.72 , saturation: 0.54 and the lightness value of cbbceb is 0.83.

The process color (four color CMYK) of #cbbceb color hex is 0.14, 0.20, 0.00, 0.08. Web safe color of #cbbceb is #ccccff. Color #cbbceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 11101011
Octal 313 274 353
Decimal 203 188 235
Hex CB BC EB

RGB Percentages of Color #cbbceb

%32.43
%30.03
%37.54

CMYK Percentages of Color #cbbceb

%14
%20
%0
%8

Triadic Colors of #cbbceb

#cbbceb #ebcbbc #bcebcb

Analogous Colors of #cbbceb

#cbbceb #e3bceb #bcc5eb

Monochromatic Colors of #cbbceb

#cbbceb

Complementary Color

#cbbceb #dcebbc

#cbbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbceb Color CSS Codes

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

#cbbceb Text Font Color

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

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


#cbbceb Background Color

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

This div background color is #cbbceb


#cbbceb Border Color

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

This div border color is #cbbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbceb


Comments

No comments written yet.

Please login to write comment.