Color Hex Logo

#bac5ea Color Hex

#BAC5EA
(186,197,234)
0 Favorites   0 Comments

Color spaces of #bac5ea

RGB 186197234
HSL0.630.530.82
HSV226°21°92°
CMYK 0.210.160.00   0.08
XYZ55.067256.312185.8089
Yxy56.31210.27930.2856
Hunter Lab75.0414-0.3348-15.2684
CIE-Lab79.79113.9333-19.5800

#bac5ea color RGB value is (186,197,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 11101010
Octal 272 305 352
Decimal 186 197 234
Hex BA C5 EA

RGB Percentages of Color #bac5ea

%30.15
%31.93
%37.93

CMYK Percentages of Color #bac5ea

%21
%16
%0
%8

Triadic Colors of #bac5ea

#bac5ea #eabac5 #c5eaba

Analogous Colors of #bac5ea

#bac5ea #c7baea #baddea

Monochromatic Colors of #bac5ea

#bac5ea

Complementary Color

#bac5ea #eadfba

#bac5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac5ea Color CSS Codes

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

#bac5ea Text Font Color

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

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


#bac5ea Background Color

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

This div background color is #bac5ea


#bac5ea Border Color

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

This div border color is #bac5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac5ea


Comments

No comments written yet.

Please login to write comment.