Color Hex Logo

#bacee2 Color Hex

#BACEE2
(186,206,226)
0 Favorites   0 Comments

Color spaces of #bacee2

RGB 186206226
HSL0.580.410.81
HSV210°18°89°
CMYK 0.180.090.00   0.11
XYZ56.048560.072780.5926
Yxy60.07270.28490.3054
Hunter Lab77.5066-6.5551-7.3961
CIE-Lab81.8777-2.5991-12.1606

#bacee2 color RGB value is (186,206,226).

#bacee2 hex color red value is 186, green value is 206 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bacee2 hue: 0.58 , saturation: 0.41 and the lightness value of bacee2 is 0.81.

The process color (four color CMYK) of #bacee2 color hex is 0.18, 0.09, 0.00, 0.11. Web safe color of #bacee2 is #cccccc. Color #bacee2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 11100010
Octal 272 316 342
Decimal 186 206 226
Hex BA CE E2

RGB Percentages of Color #bacee2

%30.10
%33.33
%36.57

CMYK Percentages of Color #bacee2

%18
%9
%0
%11

Triadic Colors of #bacee2

#bacee2 #e2bace #cee2ba

Analogous Colors of #bacee2

#bacee2 #babae2 #bae2e2

Monochromatic Colors of #bacee2

#bacee2

Complementary Color

#bacee2 #e2ceba

#bacee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacee2 Color CSS Codes

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

#bacee2 Text Font Color

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

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


#bacee2 Background Color

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

This div background color is #bacee2


#bacee2 Border Color

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

This div border color is #bacee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacee2


Comments

No comments written yet.

Please login to write comment.