Color Hex Logo

#baceee Color Hex

#BACEEE
(186,206,238)
0 Favorites   0 Comments

Color spaces of #baceee

RGB 186206238
HSL0.600.600.83
HSV217°22°93°
CMYK 0.220.130.00   0.07
XYZ57.753660.754889.5718
Yxy60.75480.27760.2920
Hunter Lab77.9454-4.1449-13.5720
CIE-Lab82.24670.0195-18.0080

#baceee color RGB value is (186,206,238).

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

The process color (four color CMYK) of #baceee color hex is 0.22, 0.13, 0.00, 0.07. Web safe color of #baceee is #ccccff. Color #baceee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 11101110
Octal 272 316 356
Decimal 186 206 238
Hex BA CE EE

RGB Percentages of Color #baceee

%29.52
%32.70
%37.78

CMYK Percentages of Color #baceee

%22
%13
%0
%7

Triadic Colors of #baceee

#baceee #eebace #ceeeba

Analogous Colors of #baceee

#baceee #c0baee #bae8ee

Monochromatic Colors of #baceee

#baceee

Complementary Color

#baceee #eedaba

#baceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#baceee Color CSS Codes

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

#baceee Text Font Color

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

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


#baceee Background Color

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

This div background color is #baceee


#baceee Border Color

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

This div border color is #baceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baceee


Comments

No comments written yet.

Please login to write comment.