Color Hex Logo

#babfe0 Color Hex

#BABFE0
(186,191,224)
0 Favorites   0 Comments

Color spaces of #babfe0

RGB 186191224
HSL0.640.380.80
HSV232°17°88°
CMYK 0.170.150.00   0.12
XYZ52.335053.082578.0086
Yxy53.08250.28530.2894
Hunter Lab72.85770.7187-12.4812
CIE-Lab77.92374.9716-17.0232

#babfe0 color RGB value is (186,191,224).

#babfe0 hex color red value is 186, green value is 191 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #babfe0 hue: 0.64 , saturation: 0.38 and the lightness value of babfe0 is 0.80.

The process color (four color CMYK) of #babfe0 color hex is 0.17, 0.15, 0.00, 0.12. Web safe color of #babfe0 is #cccccc. Color #babfe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11100000
Octal 272 277 340
Decimal 186 191 224
Hex BA BF E0

RGB Percentages of Color #babfe0

%30.95
%31.78
%37.27

CMYK Percentages of Color #babfe0

%17
%15
%0
%12

Triadic Colors of #babfe0

#babfe0 #e0babf #bfe0ba

Analogous Colors of #babfe0

#babfe0 #c8bae0 #bad2e0

Monochromatic Colors of #babfe0

#babfe0

Complementary Color

#babfe0 #e0dbba

#babfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfe0 Color CSS Codes

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

#babfe0 Text Font Color

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

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


#babfe0 Background Color

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

This div background color is #babfe0


#babfe0 Border Color

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

This div border color is #babfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfe0


Comments

No comments written yet.

Please login to write comment.