Color Hex Logo

#bacce5 Color Hex

#BACCE5
(186,204,229)
1 Favorites   0 Comments

Color spaces of #bacce5

RGB 186204229
HSL0.600.450.81
HSV215°19°90°
CMYK 0.190.110.00   0.10
XYZ55.985459.282082.6206
Yxy59.28200.28290.2996
Hunter Lab76.9948-4.9478-9.7258
CIE-Lab81.4464-0.8974-14.4092

#bacce5 color RGB value is (186,204,229).

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

The process color (four color CMYK) of #bacce5 color hex is 0.19, 0.11, 0.00, 0.10. Web safe color of #bacce5 is #cccccc. Color #bacce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11100101
Octal 272 314 345
Decimal 186 204 229
Hex BA CC E5

RGB Percentages of Color #bacce5

%30.05
%32.96
%37.00

CMYK Percentages of Color #bacce5

%19
%11
%0
%10

Triadic Colors of #bacce5

#bacce5 #e5bacc #cce5ba

Analogous Colors of #bacce5

#bacce5 #bebae5 #bae2e5

Monochromatic Colors of #bacce5

#bacce5

Complementary Color

#bacce5 #e5d3ba

#bacce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacce5 Color CSS Codes

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

#bacce5 Text Font Color

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

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


#bacce5 Background Color

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

This div background color is #bacce5


#bacce5 Border Color

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

This div border color is #bacce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacce5


Comments

No comments written yet.

Please login to write comment.