Color Hex Logo

#babecb Color Hex

#BABECB
(186,190,203)
0 Favorites   0 Comments

Color spaces of #babecb

RGB 186190203
HSL0.630.140.76
HSV226°80°
CMYK 0.080.060.00   0.20
XYZ49.442651.577863.8495
Yxy51.57780.29990.3128
Hunter Lab71.8177-2.7933-2.4394
CIE-Lab77.02771.1404-7.0101

#babecb color RGB value is (186,190,203).

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

The process color (four color CMYK) of #babecb color hex is 0.08, 0.06, 0.00, 0.20. Web safe color of #babecb is #cccccc. Color #babecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11001011
Octal 272 276 313
Decimal 186 190 203
Hex BA BE CB

RGB Percentages of Color #babecb

%32.12
%32.82
%35.06

CMYK Percentages of Color #babecb

%8
%6
%0
%20

Triadic Colors of #babecb

#babecb #cbbabe #becbba

Analogous Colors of #babecb

#babecb #bfbacb #bac7cb

Monochromatic Colors of #babecb

#babecb

Complementary Color

#babecb #cbc7ba

#babecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babecb Color CSS Codes

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

#babecb Text Font Color

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

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


#babecb Background Color

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

This div background color is #babecb


#babecb Border Color

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

This div border color is #babecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babecb


Comments

No comments written yet.

Please login to write comment.