Color Hex Logo

#babeff Color Hex

#BABEFF
(186,190,255)
0 Favorites   0 Comments

Color spaces of #babeff

RGB 186190255
HSL0.661.000.86
HSV237°27°100°
CMYK 0.270.250.00   0.00
XYZ56.713254.4860102.1355
Yxy54.48600.26580.2554
Hunter Lab73.81467.9694-30.3679
CIE-Lab78.744312.5580-32.4281

#babeff color RGB value is (186,190,255).

#babeff hex color red value is 186, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #babeff hue: 0.66 , saturation: 1.00 and the lightness value of babeff is 0.86.

The process color (four color CMYK) of #babeff color hex is 0.27, 0.25, 0.00, 0.00. Web safe color of #babeff is #ccccff. Color #babeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11111111
Octal 272 276 377
Decimal 186 190 255
Hex BA BE FF

RGB Percentages of Color #babeff

%29.48
%30.11
%40.41

CMYK Percentages of Color #babeff

%27
%25
%0
%0

Triadic Colors of #babeff

#babeff #ffbabe #beffba

Analogous Colors of #babeff

#babeff #d9baff #bae1ff

Monochromatic Colors of #babeff

#babeff

Complementary Color

#babeff #fffbba

#babeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeff Color CSS Codes

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

#babeff Text Font Color

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

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


#babeff Background Color

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

This div background color is #babeff


#babeff Border Color

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

This div border color is #babeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeff

Related Colors

#babeff Color Palettes


Comments

No comments written yet.

Please login to write comment.