Color Hex Logo

#bac2ea Color Hex

#BAC2EA
(186,194,234)
0 Favorites   0 Comments

Color spaces of #bac2ea

RGB 186194234
HSL0.640.530.82
HSV230°21°92°
CMYK 0.210.170.00   0.08
XYZ54.392854.963285.5841
Yxy54.96320.27900.2819
Hunter Lab74.13721.2214-16.5485
CIE-Lab79.02015.5482-20.7479

#bac2ea color RGB value is (186,194,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000010 11101010
Octal 272 302 352
Decimal 186 194 234
Hex BA C2 EA

RGB Percentages of Color #bac2ea

%30.29
%31.60
%38.11

CMYK Percentages of Color #bac2ea

%21
%17
%0
%8

Triadic Colors of #bac2ea

#bac2ea #eabac2 #c2eaba

Analogous Colors of #bac2ea

#bac2ea #cabaea #badaea

Monochromatic Colors of #bac2ea

#bac2ea

Complementary Color

#bac2ea #eae2ba

#bac2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac2ea Color CSS Codes

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

#bac2ea Text Font Color

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

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


#bac2ea Background Color

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

This div background color is #bac2ea


#bac2ea Border Color

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

This div border color is #bac2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac2ea

#bac2ea Color Palettes


Comments

No comments written yet.

Please login to write comment.