Color Hex Logo

#babeda Color Hex

#BABEDA
(186,190,218)
0 Favorites   0 Comments

Color spaces of #babeda

RGB 186190218
HSL0.650.300.79
HSV233°15°85°
CMYK 0.150.130.00   0.15
XYZ51.318052.328073.7252
Yxy52.32800.28930.2950
Hunter Lab72.33810.0396-9.7902
CIE-Lab77.47664.2269-14.4568

#babeda color RGB value is (186,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11011010
Octal 272 276 332
Decimal 186 190 218
Hex BA BE DA

RGB Percentages of Color #babeda

%31.31
%31.99
%36.70

CMYK Percentages of Color #babeda

%15
%13
%0
%15

Triadic Colors of #babeda

#babeda #dababe #bedaba

Analogous Colors of #babeda

#babeda #c6bada #baceda

Monochromatic Colors of #babeda

#babeda

Complementary Color

#babeda #dad6ba

#babeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeda Color CSS Codes

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

#babeda Text Font Color

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

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


#babeda Background Color

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

This div background color is #babeda


#babeda Border Color

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

This div border color is #babeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,190,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 #babeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeda


Comments

No comments written yet.

Please login to write comment.