Color Hex Logo

#babbea Color Hex

#BABBEA
(186,187,234)
0 Favorites   0 Comments

Color spaces of #babbea

RGB 186187234
HSL0.660.530.82
HSV239°21°92°
CMYK 0.210.200.00   0.08
XYZ52.871351.920385.0769
Yxy51.92030.27850.2735
Hunter Lab72.05574.8778-19.5652
CIE-Lab77.23329.3431-23.4635

#babbea color RGB value is (186,187,234).

#babbea hex color red value is 186, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #babbea hue: 0.66 , saturation: 0.53 and the lightness value of babbea is 0.82.

The process color (four color CMYK) of #babbea color hex is 0.21, 0.20, 0.00, 0.08. Web safe color of #babbea is #ccccff. Color #babbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11101010
Octal 272 273 352
Decimal 186 187 234
Hex BA BB EA

RGB Percentages of Color #babbea

%30.64
%30.81
%38.55

CMYK Percentages of Color #babbea

%21
%20
%0
%8

Triadic Colors of #babbea

#babbea #eababb #bbeaba

Analogous Colors of #babbea

#babbea #d1baea #bad3ea

Monochromatic Colors of #babbea

#babbea

Complementary Color

#babbea #eae9ba

#babbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbea Color CSS Codes

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

#babbea Text Font Color

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

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


#babbea Background Color

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

This div background color is #babbea


#babbea Border Color

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

This div border color is #babbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbea

#babbea Color Palettes


Comments

No comments written yet.

Please login to write comment.