Color Hex Logo

#baceea Color Hex

#BACEEA
(186,206,234)
0 Favorites   0 Comments

Color spaces of #baceea

RGB 186206234
HSL0.600.530.82
HSV215°21°92°
CMYK 0.210.120.00   0.08
XYZ57.172360.522286.5106
Yxy60.52220.28000.2964
Hunter Lab77.7960-4.9634-11.4744
CIE-Lab82.1212-0.8650-16.0648

#baceea color RGB value is (186,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 11101010
Octal 272 316 352
Decimal 186 206 234
Hex BA CE EA

RGB Percentages of Color #baceea

%29.71
%32.91
%37.38

CMYK Percentages of Color #baceea

%21
%12
%0
%8

Triadic Colors of #baceea

#baceea #eabace #ceeaba

Analogous Colors of #baceea

#baceea #bebaea #bae6ea

Monochromatic Colors of #baceea

#baceea

Complementary Color

#baceea #ead6ba

#baceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baceea Color CSS Codes

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

#baceea Text Font Color

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

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


#baceea Background Color

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

This div background color is #baceea


#baceea Border Color

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

This div border color is #baceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baceea


Comments

No comments written yet.

Please login to write comment.