Color Hex Logo

#baccde Color Hex

#BACCDE
(186,204,222)
0 Favorites   0 Comments

Color spaces of #baccde

RGB 186204222
HSL0.580.350.80
HSV210°16°87°
CMYK 0.160.080.00   0.13
XYZ55.027458.898877.5756
Yxy58.89880.28730.3076
Hunter Lab76.7456-6.3183-6.2094
CIE-Lab81.2359-2.3948-10.9807

#baccde color RGB value is (186,204,222).

#baccde hex color red value is 186, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #baccde hue: 0.58 , saturation: 0.35 and the lightness value of baccde is 0.80.

The process color (four color CMYK) of #baccde color hex is 0.16, 0.08, 0.00, 0.13. Web safe color of #baccde is #cccccc. Color #baccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11011110
Octal 272 314 336
Decimal 186 204 222
Hex BA CC DE

RGB Percentages of Color #baccde

%30.39
%33.33
%36.27

CMYK Percentages of Color #baccde

%16
%8
%0
%13

Triadic Colors of #baccde

#baccde #debacc #ccdeba

Analogous Colors of #baccde

#baccde #babade #badede

Monochromatic Colors of #baccde

#baccde

Complementary Color

#baccde #deccba

#baccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccde Color CSS Codes

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

#baccde Text Font Color

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

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


#baccde Background Color

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

This div background color is #baccde


#baccde Border Color

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

This div border color is #baccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccde


Comments

No comments written yet.

Please login to write comment.