Color Hex Logo

#bacceb Color Hex

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

Color spaces of #bacceb

RGB 186204235
HSL0.610.550.83
HSV218°21°92°
CMYK 0.210.130.00   0.08
XYZ56.838059.623087.1100
Yxy59.62300.27920.2929
Hunter Lab77.2159-3.7355-12.8360
CIE-Lab81.63280.4158-17.3336

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

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

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

Base Numbers

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

RGB Percentages of Color #bacceb

%29.76
%32.64
%37.60

CMYK Percentages of Color #bacceb

%21
%13
%0
%8

Triadic Colors of #bacceb

#bacceb #ebbacc #ccebba

Analogous Colors of #bacceb

#bacceb #c1baeb #bae5eb

Monochromatic Colors of #bacceb

#bacceb

Complementary Color

#bacceb #ebd9ba

#bacceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacceb Color CSS Codes

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

#bacceb Text Font Color

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

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


#bacceb Background Color

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

This div background color is #bacceb


#bacceb Border Color

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

This div border color is #bacceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacceb


Comments

No comments written yet.

Please login to write comment.