Color Hex Logo

#babece Color Hex

#BABECE
(186,190,206)
0 Favorites   0 Comments

Color spaces of #babece

RGB 186190206
HSL0.630.170.77
HSV228°10°81°
CMYK 0.100.080.00   0.19
XYZ49.803751.722265.7510
Yxy51.72220.29770.3092
Hunter Lab71.9181-2.2446-3.8630
CIE-Lab77.11441.7431-8.5062

#babece color RGB value is (186,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11001110
Octal 272 276 316
Decimal 186 190 206
Hex BA BE CE

RGB Percentages of Color #babece

%31.96
%32.65
%35.40

CMYK Percentages of Color #babece

%10
%8
%0
%19

Triadic Colors of #babece

#babece #cebabe #beceba

Analogous Colors of #babece

#babece #c0bace #bac8ce

Monochromatic Colors of #babece

#babece

Complementary Color

#babece #cecaba

#babece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babece Color Preview on White Background

Lorem ipsum dolor sit amet.

#babece Color CSS Codes

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

#babece Text Font Color

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

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


#babece Background Color

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

This div background color is #babece


#babece Border Color

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

This div border color is #babece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babece


Comments

No comments written yet.

Please login to write comment.