Color Hex Logo

#baccdf Color Hex

#BACCDF
(186,204,223)
0 Favorites   0 Comments

Color spaces of #baccdf

RGB 186204223
HSL0.590.370.80
HSV211°17°87°
CMYK 0.170.090.00   0.13
XYZ55.161858.952578.2837
Yxy58.95250.28670.3064
Hunter Lab76.7805-6.1253-6.7044
CIE-Lab81.2655-2.1831-11.4716

#baccdf color RGB value is (186,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11011111
Octal 272 314 337
Decimal 186 204 223
Hex BA CC DF

RGB Percentages of Color #baccdf

%30.34
%33.28
%36.38

CMYK Percentages of Color #baccdf

%17
%9
%0
%13

Triadic Colors of #baccdf

#baccdf #dfbacc #ccdfba

Analogous Colors of #baccdf

#baccdf #bbbadf #badfdf

Monochromatic Colors of #baccdf

#baccdf

Complementary Color

#baccdf #dfcdba

#baccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccdf Color CSS Codes

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

#baccdf Text Font Color

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

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


#baccdf Background Color

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

This div background color is #baccdf


#baccdf Border Color

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

This div border color is #baccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccdf

#baccdf Color Palettes


Comments

No comments written yet.

Please login to write comment.