Color Hex Logo

#bac5df Color Hex

#BAC5DF
(186,197,223)
0 Favorites   0 Comments

Color spaces of #bac5df

RGB 186197223
HSL0.620.370.80
HSV222°17°87°
CMYK 0.170.120.00   0.13
XYZ53.535255.699377.7415
Yxy55.69930.28630.2979
Hunter Lab74.6320-2.5638-9.5179
CIE-Lab79.44241.5347-14.2003

#bac5df color RGB value is (186,197,223).

#bac5df hex color red value is 186, green value is 197 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bac5df hue: 0.62 , saturation: 0.37 and the lightness value of bac5df is 0.80.

The process color (four color CMYK) of #bac5df color hex is 0.17, 0.12, 0.00, 0.13. Web safe color of #bac5df is #cccccc. Color #bac5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 11011111
Octal 272 305 337
Decimal 186 197 223
Hex BA C5 DF

RGB Percentages of Color #bac5df

%30.69
%32.51
%36.80

CMYK Percentages of Color #bac5df

%17
%12
%0
%13

Triadic Colors of #bac5df

#bac5df #dfbac5 #c5dfba

Analogous Colors of #bac5df

#bac5df #c2badf #bad8df

Monochromatic Colors of #bac5df

#bac5df

Complementary Color

#bac5df #dfd4ba

#bac5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac5df Color CSS Codes

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

#bac5df Text Font Color

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

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


#bac5df Background Color

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

This div background color is #bac5df


#bac5df Border Color

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

This div border color is #bac5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac5df

#bac5df Color Palettes


Comments

No comments written yet.

Please login to write comment.