Color Hex Logo

#babef7 Color Hex

#BABEF7
(186,190,247)
0 Favorites   0 Comments

Color spaces of #babef7

RGB 186190247
HSL0.660.790.85
HSV236°25°97°
CMYK 0.250.230.00   0.03
XYZ55.451753.981495.4925
Yxy53.98140.27060.2634
Hunter Lab73.47206.1436-25.6295
CIE-Lab78.450910.6781-28.5938

#babef7 color RGB value is (186,190,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11110111
Octal 272 276 367
Decimal 186 190 247
Hex BA BE F7

RGB Percentages of Color #babef7

%29.86
%30.50
%39.65

CMYK Percentages of Color #babef7

%25
%23
%0
%3

Triadic Colors of #babef7

#babef7 #f7babe #bef7ba

Analogous Colors of #babef7

#babef7 #d5baf7 #baddf7

Monochromatic Colors of #babef7

#babef7

Complementary Color

#babef7 #f7f3ba

#babef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babef7 Color CSS Codes

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

#babef7 Text Font Color

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

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


#babef7 Background Color

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

This div background color is #babef7


#babef7 Border Color

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

This div border color is #babef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babef7


Comments

No comments written yet.

Please login to write comment.