Color Hex Logo

#babada Color Hex

#BABADA
(186,186,218)
0 Favorites   0 Comments

Color spaces of #babada

RGB 186186218
HSL0.670.300.79
HSV240°15°85°
CMYK 0.150.150.00   0.15
XYZ50.463550.618973.4404
Yxy50.61890.28920.2900
Hunter Lab71.14702.1003-11.3984
CIE-Lab76.44766.3897-16.0044

#babada color RGB value is (186,186,218).

#babada hex color red value is 186, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #babada hue: 0.67 , saturation: 0.30 and the lightness value of babada is 0.79.

The process color (four color CMYK) of #babada color hex is 0.15, 0.15, 0.00, 0.15. Web safe color of #babada is #cccccc. Color #babada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11011010
Octal 272 272 332
Decimal 186 186 218
Hex BA BA DA

RGB Percentages of Color #babada

%31.53
%31.53
%36.95

CMYK Percentages of Color #babada

%15
%15
%0
%15

Triadic Colors of #babada

#babada #dababa #badaba

Analogous Colors of #babada

#babada #cabada #bacada

Monochromatic Colors of #babada

#babada

Complementary Color

#babada #dadaba

#babada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babada Color Preview on White Background

Lorem ipsum dolor sit amet.

#babada Color CSS Codes

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

#babada Text Font Color

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

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


#babada Background Color

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

This div background color is #babada


#babada Border Color

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

This div border color is #babada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babada


Comments

No comments written yet.

Please login to write comment.