Color Hex Logo

#cbc5eb Color Hex

#CBC5EB
(203,197,235)
0 Favorites   0 Comments

Color spaces of #cbc5eb

RGB 203197235
HSL0.690.490.85
HSV249°16°92°
CMYK 0.140.160.00   0.08
XYZ59.590358.627286.7727
Yxy58.62720.29070.2860
Hunter Lab76.56844.9251-13.5937
CIE-Lab81.08629.4643-18.0361

#cbc5eb color RGB value is (203,197,235).

#cbc5eb hex color red value is 203, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbc5eb hue: 0.69 , saturation: 0.49 and the lightness value of cbc5eb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 11101011
Octal 313 305 353
Decimal 203 197 235
Hex CB C5 EB

RGB Percentages of Color #cbc5eb

%31.97
%31.02
%37.01

CMYK Percentages of Color #cbc5eb

%14
%16
%0
%8

Triadic Colors of #cbc5eb

#cbc5eb #ebcbc5 #c5ebcb

Analogous Colors of #cbc5eb

#cbc5eb #dec5eb #c5d2eb

Monochromatic Colors of #cbc5eb

#cbc5eb

Complementary Color

#cbc5eb #e5ebc5

#cbc5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc5eb Color CSS Codes

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

#cbc5eb Text Font Color

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

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


#cbc5eb Background Color

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

This div background color is #cbc5eb


#cbc5eb Border Color

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

This div border color is #cbc5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc5eb


Comments

No comments written yet.

Please login to write comment.