Color Hex Logo

#baccee Color Hex

#BACCEE
(186,204,238)
0 Favorites   0 Comments

Color spaces of #baccee

RGB 186204238
HSL0.610.600.83
HSV219°22°93°
CMYK 0.220.140.00   0.07
XYZ57.275259.797989.4123
Yxy59.79790.27740.2896
Hunter Lab77.3291-3.1167-14.4241
CIE-Lab81.72821.0820-18.7907

#baccee color RGB value is (186,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11101110
Octal 272 314 356
Decimal 186 204 238
Hex BA CC EE

RGB Percentages of Color #baccee

%29.62
%32.48
%37.90

CMYK Percentages of Color #baccee

%22
%14
%0
%7

Triadic Colors of #baccee

#baccee #eebacc #cceeba

Analogous Colors of #baccee

#baccee #c2baee #bae6ee

Monochromatic Colors of #baccee

#baccee

Complementary Color

#baccee #eedcba

#baccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccee Color CSS Codes

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

#baccee Text Font Color

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

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


#baccee Background Color

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

This div background color is #baccee


#baccee Border Color

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

This div border color is #baccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccee


Comments

No comments written yet.

Please login to write comment.