Color Hex Logo

#baceef Color Hex

#BACEEF
(186,206,239)
0 Favorites   0 Comments

Color spaces of #baceef

RGB 186206239
HSL0.600.620.83
HSV217°22°94°
CMYK 0.220.140.00   0.06
XYZ57.901060.813790.3479
Yxy60.81370.27700.2909
Hunter Lab77.9831-3.9376-14.1026
CIE-Lab82.27850.2427-18.4929

#baceef color RGB value is (186,206,239).

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

The process color (four color CMYK) of #baceef color hex is 0.22, 0.14, 0.00, 0.06. Web safe color of #baceef is #ccccff. Color #baceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 11101111
Octal 272 316 357
Decimal 186 206 239
Hex BA CE EF

RGB Percentages of Color #baceef

%29.48
%32.65
%37.88

CMYK Percentages of Color #baceef

%22
%14
%0
%6

Triadic Colors of #baceef

#baceef #efbace #ceefba

Analogous Colors of #baceef

#baceef #c1baef #bae9ef

Monochromatic Colors of #baceef

#baceef

Complementary Color

#baceef #efdbba

#baceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baceef Color CSS Codes

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

#baceef Text Font Color

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

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


#baceef Background Color

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

This div background color is #baceef


#baceef Border Color

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

This div border color is #baceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baceef


Comments

No comments written yet.

Please login to write comment.