Color Hex Logo

#bacae9 Color Hex

#BACAE9
(186,202,233)
0 Favorites   0 Comments

Color spaces of #bacae9

RGB 186202233
HSL0.610.520.82
HSV220°20°91°
CMYK 0.200.130.00   0.09
XYZ56.078258.563485.4390
Yxy58.56340.28030.2927
Hunter Lab76.5267-3.1183-12.6262
CIE-Lab81.05101.0382-17.1419

#bacae9 color RGB value is (186,202,233).

#bacae9 hex color red value is 186, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bacae9 hue: 0.61 , saturation: 0.52 and the lightness value of bacae9 is 0.82.

The process color (four color CMYK) of #bacae9 color hex is 0.20, 0.13, 0.00, 0.09. Web safe color of #bacae9 is #ccccff. Color #bacae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 11101001
Octal 272 312 351
Decimal 186 202 233
Hex BA CA E9

RGB Percentages of Color #bacae9

%29.95
%32.53
%37.52

CMYK Percentages of Color #bacae9

%20
%13
%0
%9

Triadic Colors of #bacae9

#bacae9 #e9baca #cae9ba

Analogous Colors of #bacae9

#bacae9 #c2bae9 #bae2e9

Monochromatic Colors of #bacae9

#bacae9

Complementary Color

#bacae9 #e9d9ba

#bacae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacae9 Color CSS Codes

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

#bacae9 Text Font Color

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

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


#bacae9 Background Color

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

This div background color is #bacae9


#bacae9 Border Color

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

This div border color is #bacae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacae9


Comments

No comments written yet.

Please login to write comment.