Color Hex Logo

#bac7de Color Hex

#BAC7DE
(186,199,222)
0 Favorites   0 Comments

Color spaces of #bac7de

RGB 186199222
HSL0.610.350.80
HSV218°16°87°
CMYK 0.160.100.00   0.13
XYZ53.857956.559977.1858
Yxy56.55990.28710.3015
Hunter Lab75.2063-3.7809-8.2061
CIE-Lab79.93140.2547-12.9302

#bac7de color RGB value is (186,199,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 11011110
Octal 272 307 336
Decimal 186 199 222
Hex BA C7 DE

RGB Percentages of Color #bac7de

%30.64
%32.78
%36.57

CMYK Percentages of Color #bac7de

%16
%10
%0
%13

Triadic Colors of #bac7de

#bac7de #debac7 #c7deba

Analogous Colors of #bac7de

#bac7de #bfbade #bad9de

Monochromatic Colors of #bac7de

#bac7de

Complementary Color

#bac7de #ded1ba

#bac7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac7de Color CSS Codes

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

#bac7de Text Font Color

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

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


#bac7de Background Color

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

This div background color is #bac7de


#bac7de Border Color

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

This div border color is #bac7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac7de


Comments

No comments written yet.

Please login to write comment.