Color Hex Logo

#bacce0 Color Hex

#BACCE0
(186,204,224)
0 Favorites   0 Comments

Color spaces of #bacce0

RGB 186204224
HSL0.590.380.80
HSV212°17°88°
CMYK 0.170.090.00   0.12
XYZ55.297159.006778.9960
Yxy59.00670.28610.3053
Hunter Lab76.8158-5.9316-7.2017
CIE-Lab81.2953-1.9709-11.9620

#bacce0 color RGB value is (186,204,224).

#bacce0 hex color red value is 186, green value is 204 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bacce0 hue: 0.59 , saturation: 0.38 and the lightness value of bacce0 is 0.80.

The process color (four color CMYK) of #bacce0 color hex is 0.17, 0.09, 0.00, 0.12. Web safe color of #bacce0 is #cccccc. Color #bacce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11100000
Octal 272 314 340
Decimal 186 204 224
Hex BA CC E0

RGB Percentages of Color #bacce0

%30.29
%33.22
%36.48

CMYK Percentages of Color #bacce0

%17
%9
%0
%12

Triadic Colors of #bacce0

#bacce0 #e0bacc #cce0ba

Analogous Colors of #bacce0

#bacce0 #bbbae0 #badfe0

Monochromatic Colors of #bacce0

#bacce0

Complementary Color

#bacce0 #e0ceba

#bacce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacce0 Color CSS Codes

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

#bacce0 Text Font Color

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

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


#bacce0 Background Color

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

This div background color is #bacce0


#bacce0 Border Color

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

This div border color is #bacce0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,204,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bacce0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacce0


Comments

No comments written yet.

Please login to write comment.