Color Hex Logo

#bab4ea Color Hex

#BAB4EA
(186,180,234)
0 Favorites   0 Comments

Color spaces of #bab4ea

RGB 186180234
HSL0.690.560.81
HSV247°23°92°
CMYK 0.210.230.00   0.08
XYZ51.422249.022184.5939
Yxy49.02210.27790.2649
Hunter Lab70.01588.5694-22.6238
CIE-Lab75.465113.1725-26.1626

#bab4ea color RGB value is (186,180,234).

#bab4ea hex color red value is 186, green value is 180 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bab4ea hue: 0.69 , saturation: 0.56 and the lightness value of bab4ea is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 11101010
Octal 272 264 352
Decimal 186 180 234
Hex BA B4 EA

RGB Percentages of Color #bab4ea

%31.00
%30.00
%39.00

CMYK Percentages of Color #bab4ea

%21
%23
%0
%8

Triadic Colors of #bab4ea

#bab4ea #eabab4 #b4eaba

Analogous Colors of #bab4ea

#bab4ea #d5b4ea #b4c9ea

Monochromatic Colors of #bab4ea

#bab4ea

Complementary Color

#bab4ea #e4eab4

#bab4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab4ea Color CSS Codes

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

#bab4ea Text Font Color

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

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


#bab4ea Background Color

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

This div background color is #bab4ea


#bab4ea Border Color

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

This div border color is #bab4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab4ea


Comments

No comments written yet.

Please login to write comment.