Color Hex Logo

#babecc Color Hex

#BABECC
(186,190,204)
0 Favorites   0 Comments

Color spaces of #babecc

RGB 186190204
HSL0.630.150.76
HSV227°80°
CMYK 0.090.070.00   0.20
XYZ49.562251.625664.4793
Yxy51.62560.29920.3116
Hunter Lab71.8510-2.6113-2.9114
CIE-Lab77.05641.3405-7.5092

#babecc color RGB value is (186,190,204).

#babecc hex color red value is 186, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #babecc hue: 0.63 , saturation: 0.15 and the lightness value of babecc is 0.76.

The process color (four color CMYK) of #babecc color hex is 0.09, 0.07, 0.00, 0.20. Web safe color of #babecc is #cccccc. Color #babecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11001100
Octal 272 276 314
Decimal 186 190 204
Hex BA BE CC

RGB Percentages of Color #babecc

%32.07
%32.76
%35.17

CMYK Percentages of Color #babecc

%9
%7
%0
%20

Triadic Colors of #babecc

#babecc #ccbabe #beccba

Analogous Colors of #babecc

#babecc #bfbacc #bac7cc

Monochromatic Colors of #babecc

#babecc

Complementary Color

#babecc #ccc8ba

#babecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babecc Color CSS Codes

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

#babecc Text Font Color

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

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


#babecc Background Color

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

This div background color is #babecc


#babecc Border Color

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

This div border color is #babecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babecc


Comments

No comments written yet.

Please login to write comment.