Color Hex Logo

#cbbaeb Color Hex

#CBBAEB
(203,186,235)
0 Favorites   0 Comments

Color spaces of #cbbaeb

RGB 203186235
HSL0.720.550.83
HSV261°21°92°
CMYK 0.140.210.00   0.08
XYZ57.182953.812585.9702
Yxy53.81250.29030.2732
Hunter Lab73.357010.7687-18.1346
CIE-Lab78.352315.4065-22.1764

#cbbaeb color RGB value is (203,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 11101011
Octal 313 272 353
Decimal 203 186 235
Hex CB BA EB

RGB Percentages of Color #cbbaeb

%32.53
%29.81
%37.66

CMYK Percentages of Color #cbbaeb

%14
%21
%0
%8

Triadic Colors of #cbbaeb

#cbbaeb #ebcbba #baebcb

Analogous Colors of #cbbaeb

#cbbaeb #e4baeb #bac2eb

Monochromatic Colors of #cbbaeb

#cbbaeb

Complementary Color

#cbbaeb #daebba

#cbbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbaeb Color CSS Codes

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

#cbbaeb Text Font Color

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

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


#cbbaeb Background Color

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

This div background color is #cbbaeb


#cbbaeb Border Color

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

This div border color is #cbbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbaeb


Comments

No comments written yet.

Please login to write comment.