Color Hex Logo

#bacae7 Color Hex

#BACAE7
(186,202,231)
0 Favorites   0 Comments

Color spaces of #bacae7

RGB 186202231
HSL0.610.480.82
HSV219°19°91°
CMYK 0.190.130.00   0.09
XYZ55.794058.449783.9426
Yxy58.44970.28150.2949
Hunter Lab76.4524-3.5247-11.5821
CIE-Lab80.98820.5994-16.1670

#bacae7 color RGB value is (186,202,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 11100111
Octal 272 312 347
Decimal 186 202 231
Hex BA CA E7

RGB Percentages of Color #bacae7

%30.05
%32.63
%37.32

CMYK Percentages of Color #bacae7

%19
%13
%0
%9

Triadic Colors of #bacae7

#bacae7 #e7baca #cae7ba

Analogous Colors of #bacae7

#bacae7 #c1bae7 #bae1e7

Monochromatic Colors of #bacae7

#bacae7

Complementary Color

#bacae7 #e7d7ba

#bacae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacae7 Color CSS Codes

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

#bacae7 Text Font Color

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

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


#bacae7 Background Color

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

This div background color is #bacae7


#bacae7 Border Color

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

This div border color is #bacae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacae7


Comments

No comments written yet.

Please login to write comment.