Color Hex Logo

#cbc0eb Color Hex

#CBC0EB
(203,192,235)
0 Favorites   0 Comments

Color spaces of #cbc0eb

RGB 203192235
HSL0.710.520.84
HSV255°18°92°
CMYK 0.140.180.00   0.08
XYZ58.473656.393986.4005
Yxy56.39390.29050.2802
Hunter Lab75.09597.5717-15.6482
CIE-Lab79.837512.1569-19.9236

#cbc0eb color RGB value is (203,192,235).

#cbc0eb hex color red value is 203, green value is 192 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbc0eb hue: 0.71 , saturation: 0.52 and the lightness value of cbc0eb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 11101011
Octal 313 300 353
Decimal 203 192 235
Hex CB C0 EB

RGB Percentages of Color #cbc0eb

%32.22
%30.48
%37.30

CMYK Percentages of Color #cbc0eb

%14
%18
%0
%8

Triadic Colors of #cbc0eb

#cbc0eb #ebcbc0 #c0ebcb

Analogous Colors of #cbc0eb

#cbc0eb #e1c0eb #c0cbeb

Monochromatic Colors of #cbc0eb

#cbc0eb

Complementary Color

#cbc0eb #e0ebc0

#cbc0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc0eb Color CSS Codes

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

#cbc0eb Text Font Color

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

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


#cbc0eb Background Color

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

This div background color is #cbc0eb


#cbc0eb Border Color

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

This div border color is #cbc0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc0eb


Comments

No comments written yet.

Please login to write comment.