Color Hex Logo

#bac1ea Color Hex

#BAC1EA
(186,193,234)
0 Favorites   0 Comments

Color spaces of #bac1ea

RGB 186193234
HSL0.640.530.82
HSV231°21°92°
CMYK 0.210.180.00   0.08
XYZ54.170954.519585.5101
Yxy54.51950.27890.2807
Hunter Lab73.83731.7416-16.9769
CIE-Lab78.76376.0880-21.1367

#bac1ea color RGB value is (186,193,234).

#bac1ea hex color red value is 186, green value is 193 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bac1ea hue: 0.64 , saturation: 0.53 and the lightness value of bac1ea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 11101010
Octal 272 301 352
Decimal 186 193 234
Hex BA C1 EA

RGB Percentages of Color #bac1ea

%30.34
%31.48
%38.17

CMYK Percentages of Color #bac1ea

%21
%18
%0
%8

Triadic Colors of #bac1ea

#bac1ea #eabac1 #c1eaba

Analogous Colors of #bac1ea

#bac1ea #cbbaea #bad9ea

Monochromatic Colors of #bac1ea

#bac1ea

Complementary Color

#bac1ea #eae3ba

#bac1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac1ea Color CSS Codes

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

#bac1ea Text Font Color

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

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


#bac1ea Background Color

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

This div background color is #bac1ea


#bac1ea Border Color

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

This div border color is #bac1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac1ea


Comments

No comments written yet.

Please login to write comment.