Color Hex Logo

#cbbbeb Color Hex

#CBBBEB
(203,187,235)
0 Favorites   0 Comments

Color spaces of #cbbbeb

RGB 203187235
HSL0.720.550.83
HSV260°20°92°
CMYK 0.140.200.00   0.08
XYZ57.394354.235386.0407
Yxy54.23530.29040.2744
Hunter Lab73.644610.2344-17.7186
CIE-Lab78.598714.8637-21.8020

#cbbbeb color RGB value is (203,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 11101011
Octal 313 273 353
Decimal 203 187 235
Hex CB BB EB

RGB Percentages of Color #cbbbeb

%32.48
%29.92
%37.60

CMYK Percentages of Color #cbbbeb

%14
%20
%0
%8

Triadic Colors of #cbbbeb

#cbbbeb #ebcbbb #bbebcb

Analogous Colors of #cbbbeb

#cbbbeb #e3bbeb #bbc3eb

Monochromatic Colors of #cbbbeb

#cbbbeb

Complementary Color

#cbbbeb #dbebbb

#cbbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbbeb Color CSS Codes

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

#cbbbeb Text Font Color

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

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


#cbbbeb Background Color

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

This div background color is #cbbbeb


#cbbbeb Border Color

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

This div border color is #cbbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbbeb


Comments

No comments written yet.

Please login to write comment.