Color Hex Logo

#babfe6 Color Hex

#BABFE6
(186,191,230)
0 Favorites   0 Comments

Color spaces of #babfe6

RGB 186191230
HSL0.650.470.82
HSV233°19°90°
CMYK 0.190.170.00   0.10
XYZ53.163453.413982.3708
Yxy53.41390.28140.2827
Hunter Lab73.08481.9462-15.6639
CIE-Lab78.11876.2819-19.9624

#babfe6 color RGB value is (186,191,230).

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

The process color (four color CMYK) of #babfe6 color hex is 0.19, 0.17, 0.00, 0.10. Web safe color of #babfe6 is #ccccff. Color #babfe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11100110
Octal 272 277 346
Decimal 186 191 230
Hex BA BF E6

RGB Percentages of Color #babfe6

%30.64
%31.47
%37.89

CMYK Percentages of Color #babfe6

%19
%17
%0
%10

Triadic Colors of #babfe6

#babfe6 #e6babf #bfe6ba

Analogous Colors of #babfe6

#babfe6 #cbbae6 #bad5e6

Monochromatic Colors of #babfe6

#babfe6

Complementary Color

#babfe6 #e6e1ba

#babfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfe6 Color CSS Codes

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

#babfe6 Text Font Color

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

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


#babfe6 Background Color

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

This div background color is #babfe6


#babfe6 Border Color

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

This div border color is #babfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfe6


Comments

No comments written yet.

Please login to write comment.