Color Hex Logo

#babcea Color Hex

#BABCEA
(186,188,234)
0 Favorites   0 Comments

Color spaces of #babcea

RGB 186188234
HSL0.660.530.82
HSV238°21°92°
CMYK 0.210.200.00   0.08
XYZ53.084252.346185.1479
Yxy52.34610.27850.2747
Hunter Lab72.35064.3533-19.1317
CIE-Lab77.48738.7988-23.0765

#babcea color RGB value is (186,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 11101010
Octal 272 274 352
Decimal 186 188 234
Hex BA BC EA

RGB Percentages of Color #babcea

%30.59
%30.92
%38.49

CMYK Percentages of Color #babcea

%21
%20
%0
%8

Triadic Colors of #babcea

#babcea #eababc #bceaba

Analogous Colors of #babcea

#babcea #d0baea #bad4ea

Monochromatic Colors of #babcea

#babcea

Complementary Color

#babcea #eae8ba

#babcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#babcea Color CSS Codes

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

#babcea Text Font Color

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

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


#babcea Background Color

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

This div background color is #babcea


#babcea Border Color

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

This div border color is #babcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babcea


Comments

No comments written yet.

Please login to write comment.