Color Hex Logo

#babef3 Color Hex

#BABEF3
(186,190,243)
0 Favorites   0 Comments

Color spaces of #babef3

RGB 186190243
HSL0.650.700.84
HSV236°23°95°
CMYK 0.230.220.00   0.05
XYZ54.840853.737192.2759
Yxy53.73710.27300.2675
Hunter Lab73.30565.2532-23.3194
CIE-Lab78.30829.7532-26.6657

#babef3 color RGB value is (186,190,243).

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

The process color (four color CMYK) of #babef3 color hex is 0.23, 0.22, 0.00, 0.05. Web safe color of #babef3 is #ccccff. Color #babef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11110011
Octal 272 276 363
Decimal 186 190 243
Hex BA BE F3

RGB Percentages of Color #babef3

%30.05
%30.69
%39.26

CMYK Percentages of Color #babef3

%23
%22
%0
%5

Triadic Colors of #babef3

#babef3 #f3babe #bef3ba

Analogous Colors of #babef3

#babef3 #d3baf3 #badbf3

Monochromatic Colors of #babef3

#babef3

Complementary Color

#babef3 #f3efba

#babef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babef3 Color CSS Codes

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

#babef3 Text Font Color

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

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


#babef3 Background Color

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

This div background color is #babef3


#babef3 Border Color

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

This div border color is #babef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babef3


Comments

No comments written yet.

Please login to write comment.