Color Hex Logo

#babccf Color Hex

#BABCCF
(186,188,207)
0 Favorites   0 Comments

Color spaces of #babccf

RGB 186188207
HSL0.650.180.77
HSV234°10°81°
CMYK 0.100.090.00   0.19
XYZ49.495450.910566.2495
Yxy50.91050.29700.3055
Hunter Lab71.3516-1.0428-5.1043
CIE-Lab76.62483.0202-9.7766

#babccf color RGB value is (186,188,207).

#babccf hex color red value is 186, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #babccf hue: 0.65 , saturation: 0.18 and the lightness value of babccf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 11001111
Octal 272 274 317
Decimal 186 188 207
Hex BA BC CF

RGB Percentages of Color #babccf

%32.01
%32.36
%35.63

CMYK Percentages of Color #babccf

%10
%9
%0
%19

Triadic Colors of #babccf

#babccf #cfbabc #bccfba

Analogous Colors of #babccf

#babccf #c3bacf #bac7cf

Monochromatic Colors of #babccf

#babccf

Complementary Color

#babccf #cfcdba

#babccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babccf Color CSS Codes

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

#babccf Text Font Color

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

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


#babccf Background Color

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

This div background color is #babccf


#babccf Border Color

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

This div border color is #babccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babccf


Comments

No comments written yet.

Please login to write comment.