Color Hex Logo

#babefd Color Hex

#BABEFD
(186,190,253)
0 Favorites   1 Comments

Color spaces of #babefd

RGB 186190253
HSL0.660.940.86
HSV236°26°99°
CMYK 0.260.250.00   0.01
XYZ56.392854.3579100.4484
Yxy54.35790.26700.2574
Hunter Lab73.72787.5071-29.1685
CIE-Lab78.670012.0841-31.4722

#babefd color RGB value is (186,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11111101
Octal 272 276 375
Decimal 186 190 253
Hex BA BE FD

RGB Percentages of Color #babefd

%29.57
%30.21
%40.22

CMYK Percentages of Color #babefd

%26
%25
%0
%1

Triadic Colors of #babefd

#babefd #fdbabe #befdba

Analogous Colors of #babefd

#babefd #d8bafd #bae0fd

Monochromatic Colors of #babefd

#babefd

Complementary Color

#babefd #fdf9ba

#babefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#babefd Color CSS Codes

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

#babefd Text Font Color

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

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


#babefd Background Color

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

This div background color is #babefd


#babefd Border Color

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

This div border color is #babefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babefd


Comments

2 Oct 2015, 17:02 Zugzwang

Bab(e)y Powder

Please login to write comment.