Color Hex Logo

#bac4ea Color Hex

#BAC4EA
(186,196,234)
0 Favorites   0 Comments

Color spaces of #bac4ea

RGB 186196234
HSL0.630.530.82
HSV228°21°92°
CMYK 0.210.160.00   0.08
XYZ54.840955.859585.7334
Yxy55.85950.27920.2844
Hunter Lab74.73920.1831-15.6941
CIE-Lab79.53384.4707-19.9695

#bac4ea color RGB value is (186,196,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 11101010
Octal 272 304 352
Decimal 186 196 234
Hex BA C4 EA

RGB Percentages of Color #bac4ea

%30.19
%31.82
%37.99

CMYK Percentages of Color #bac4ea

%21
%16
%0
%8

Triadic Colors of #bac4ea

#bac4ea #eabac4 #c4eaba

Analogous Colors of #bac4ea

#bac4ea #c8baea #badcea

Monochromatic Colors of #bac4ea

#bac4ea

Complementary Color

#bac4ea #eae0ba

#bac4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac4ea Color CSS Codes

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

#bac4ea Text Font Color

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

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


#bac4ea Background Color

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

This div background color is #bac4ea


#bac4ea Border Color

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

This div border color is #bac4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac4ea


Comments

No comments written yet.

Please login to write comment.