Color Hex Logo

#baccec Color Hex

#BACCEC
(186,204,236)
0 Favorites   0 Comments

Color spaces of #baccec

RGB 186204236
HSL0.610.570.83
HSV218°21°93°
CMYK 0.210.140.00   0.07
XYZ56.982959.681087.8731
Yxy59.68100.27860.2918
Hunter Lab77.2535-3.5303-13.3628
CIE-Lab81.66450.6370-17.8196

#baccec color RGB value is (186,204,236).

#baccec hex color red value is 186, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #baccec hue: 0.61 , saturation: 0.57 and the lightness value of baccec is 0.83.

The process color (four color CMYK) of #baccec color hex is 0.21, 0.14, 0.00, 0.07. Web safe color of #baccec is #ccccff. Color #baccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11101100
Octal 272 314 354
Decimal 186 204 236
Hex BA CC EC

RGB Percentages of Color #baccec

%29.71
%32.59
%37.70

CMYK Percentages of Color #baccec

%21
%14
%0
%7

Triadic Colors of #baccec

#baccec #ecbacc #ccecba

Analogous Colors of #baccec

#baccec #c1baec #bae5ec

Monochromatic Colors of #baccec

#baccec

Complementary Color

#baccec #ecdaba

#baccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccec Color CSS Codes

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

#baccec Text Font Color

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

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


#baccec Background Color

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

This div background color is #baccec


#baccec Border Color

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

This div border color is #baccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccec


Comments

No comments written yet.

Please login to write comment.