Color Hex Logo

#bacedb Color Hex

#BACEDB
(186,206,219)
0 Favorites   0 Comments

Color spaces of #bacedb

RGB 186206219
HSL0.570.310.79
HSV204°15°86°
CMYK 0.150.060.00   0.14
XYZ55.107259.696275.6359
Yxy59.69620.28940.3135
Hunter Lab77.2633-7.8977-3.9568
CIE-Lab81.6728-4.0764-8.7261

#bacedb color RGB value is (186,206,219).

#bacedb hex color red value is 186, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bacedb hue: 0.57 , saturation: 0.31 and the lightness value of bacedb is 0.79.

The process color (four color CMYK) of #bacedb color hex is 0.15, 0.06, 0.00, 0.14. Web safe color of #bacedb is #cccccc. Color #bacedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 11011011
Octal 272 316 333
Decimal 186 206 219
Hex BA CE DB

RGB Percentages of Color #bacedb

%30.44
%33.72
%35.84

CMYK Percentages of Color #bacedb

%15
%6
%0
%14

Triadic Colors of #bacedb

#bacedb #dbbace #cedbba

Analogous Colors of #bacedb

#bacedb #babedb #badbd8

Monochromatic Colors of #bacedb

#bacedb

Complementary Color

#bacedb #dbc7ba

#bacedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacedb Color CSS Codes

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

#bacedb Text Font Color

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

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


#bacedb Background Color

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

This div background color is #bacedb


#bacedb Border Color

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

This div border color is #bacedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacedb


Comments

No comments written yet.

Please login to write comment.