Color Hex Logo

#ccbaeb Color Hex

#CCBAEB
(204,186,235)
0 Favorites   0 Comments

Color spaces of #ccbaeb

RGB 204186235
HSL0.730.550.83
HSV262°21°92°
CMYK 0.130.210.00   0.08
XYZ57.456153.953385.9830
Yxy53.95330.29110.2733
Hunter Lab73.452911.0831-17.9870
CIE-Lab78.434515.7232-22.0438

#ccbaeb color RGB value is (204,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11101011
Octal 314 272 353
Decimal 204 186 235
Hex CC BA EB

RGB Percentages of Color #ccbaeb

%32.64
%29.76
%37.60

CMYK Percentages of Color #ccbaeb

%13
%21
%0
%8

Triadic Colors of #ccbaeb

#ccbaeb #ebccba #baebcc

Analogous Colors of #ccbaeb

#ccbaeb #e5baeb #bac1eb

Monochromatic Colors of #ccbaeb

#ccbaeb

Complementary Color

#ccbaeb #d9ebba

#ccbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaeb Color CSS Codes

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

#ccbaeb Text Font Color

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

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


#ccbaeb Background Color

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

This div background color is #ccbaeb


#ccbaeb Border Color

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

This div border color is #ccbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaeb


Comments

No comments written yet.

Please login to write comment.