Color Hex Logo

#babede Color Hex

#BABEDE
(186,190,222)
0 Favorites   0 Comments

Color spaces of #babede

RGB 186190222
HSL0.650.350.80
HSV233°16°87°
CMYK 0.160.140.00   0.13
XYZ51.848052.539976.5158
Yxy52.53990.28660.2904
Hunter Lab72.48440.8331-11.8485
CIE-Lab77.60265.0806-16.4280

#babede color RGB value is (186,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11011110
Octal 272 276 336
Decimal 186 190 222
Hex BA BE DE

RGB Percentages of Color #babede

%31.10
%31.77
%37.12

CMYK Percentages of Color #babede

%16
%14
%0
%13

Triadic Colors of #babede

#babede #debabe #bedeba

Analogous Colors of #babede

#babede #c8bade #bad0de

Monochromatic Colors of #babede

#babede

Complementary Color

#babede #dedaba

#babede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babede Color Preview on White Background

Lorem ipsum dolor sit amet.

#babede Color CSS Codes

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

#babede Text Font Color

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

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


#babede Background Color

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

This div background color is #babede


#babede Border Color

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

This div border color is #babede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babede

#babede Color Palettes


Comments

No comments written yet.

Please login to write comment.