Color Hex Logo

#cbaceb Color Hex

#CBACEB
(203,172,235)
0 Favorites   0 Comments

Color spaces of #cbaceb

RGB 203172235
HSL0.750.610.80
HSV270°27°92°
CMYK 0.140.270.00   0.08
XYZ54.376548.199785.0348
Yxy48.19970.28980.2569
Hunter Lab69.426018.3110-24.0218
CIE-Lab74.950723.0471-27.3683

#cbaceb color RGB value is (203,172,235).

#cbaceb hex color red value is 203, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbaceb hue: 0.75 , saturation: 0.61 and the lightness value of cbaceb is 0.80.

The process color (four color CMYK) of #cbaceb color hex is 0.14, 0.27, 0.00, 0.08. Web safe color of #cbaceb is #cc99ff. Color #cbaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 11101011
Octal 313 254 353
Decimal 203 172 235
Hex CB AC EB

RGB Percentages of Color #cbaceb

%33.28
%28.20
%38.52

CMYK Percentages of Color #cbaceb

%14
%27
%0
%8

Triadic Colors of #cbaceb

#cbaceb #ebcbac #acebcb

Analogous Colors of #cbaceb

#cbaceb #ebaceb #acadeb

Monochromatic Colors of #cbaceb

#cbaceb

Complementary Color

#cbaceb #ccebac

#cbaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaceb Color CSS Codes

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

#cbaceb Text Font Color

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

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


#cbaceb Background Color

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

This div background color is #cbaceb


#cbaceb Border Color

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

This div border color is #cbaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaceb

#cbaceb Color Palettes


Comments

No comments written yet.

Please login to write comment.