Color Hex Logo

#baccea Color Hex

#BACCEA
(186,204,234)
0 Favorites   0 Comments

Color spaces of #baccea

RGB 186204234
HSL0.600.530.82
HSV218°21°92°
CMYK 0.210.130.00   0.08
XYZ56.693859.565386.3511
Yxy59.56530.27980.2940
Hunter Lab77.1786-3.9400-12.3115
CIE-Lab81.60130.1950-16.8472

#baccea color RGB value is (186,204,234).

#baccea hex color red value is 186, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #baccea hue: 0.60 , saturation: 0.53 and the lightness value of baccea is 0.82.

The process color (four color CMYK) of #baccea color hex is 0.21, 0.13, 0.00, 0.08. Web safe color of #baccea is #ccccff. Color #baccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11101010
Octal 272 314 352
Decimal 186 204 234
Hex BA CC EA

RGB Percentages of Color #baccea

%29.81
%32.69
%37.50

CMYK Percentages of Color #baccea

%21
%13
%0
%8

Triadic Colors of #baccea

#baccea #eabacc #cceaba

Analogous Colors of #baccea

#baccea #c0baea #bae4ea

Monochromatic Colors of #baccea

#baccea

Complementary Color

#baccea #ead8ba

#baccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccea Color CSS Codes

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

#baccea Text Font Color

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

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


#baccea Background Color

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

This div background color is #baccea


#baccea Border Color

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

This div border color is #baccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccea


Comments

No comments written yet.

Please login to write comment.