Color Hex Logo

#baccdc Color Hex

#BACCDC
(186,204,220)
0 Favorites   0 Comments

Color spaces of #baccdc

RGB 186204220
HSL0.580.330.80
HSV208°15°86°
CMYK 0.150.070.00   0.14
XYZ54.760858.792176.1720
Yxy58.79210.28860.3099
Hunter Lab76.6760-6.7011-5.2271
CIE-Lab81.1772-2.8156-9.9981

#baccdc color RGB value is (186,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11011100
Octal 272 314 334
Decimal 186 204 220
Hex BA CC DC

RGB Percentages of Color #baccdc

%30.49
%33.44
%36.07

CMYK Percentages of Color #baccdc

%15
%7
%0
%14

Triadic Colors of #baccdc

#baccdc #dcbacc #ccdcba

Analogous Colors of #baccdc

#baccdc #babbdc #badcdb

Monochromatic Colors of #baccdc

#baccdc

Complementary Color

#baccdc #dccaba

#baccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccdc Color CSS Codes

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

#baccdc Text Font Color

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

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


#baccdc Background Color

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

This div background color is #baccdc


#baccdc Border Color

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

This div border color is #baccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccdc


Comments

No comments written yet.

Please login to write comment.