Color Hex Logo

#babeea Color Hex

#BABEEA
(186,190,234)
0 Favorites   0 Comments

Color spaces of #babeea

RGB 186190234
HSL0.650.530.82
HSV235°21°92°
CMYK 0.210.190.00   0.08
XYZ53.514453.206585.2913
Yxy53.20650.27870.2771
Hunter Lab72.94283.3065-18.2673
CIE-Lab77.99687.7123-22.3015

#babeea color RGB value is (186,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11101010
Octal 272 276 352
Decimal 186 190 234
Hex BA BE EA

RGB Percentages of Color #babeea

%30.49
%31.15
%38.36

CMYK Percentages of Color #babeea

%21
%19
%0
%8

Triadic Colors of #babeea

#babeea #eababe #beeaba

Analogous Colors of #babeea

#babeea #cebaea #bad6ea

Monochromatic Colors of #babeea

#babeea

Complementary Color

#babeea #eae6ba

#babeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeea Color CSS Codes

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

#babeea Text Font Color

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

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


#babeea Background Color

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

This div background color is #babeea


#babeea Border Color

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

This div border color is #babeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeea


Comments

No comments written yet.

Please login to write comment.