Color Hex Logo

#babfe5 Color Hex

#BABFE5
(186,191,229)
0 Favorites   0 Comments

Color spaces of #babfe5

RGB 186191229
HSL0.650.450.81
HSV233°19°90°
CMYK 0.190.170.00   0.10
XYZ53.023453.357881.6332
Yxy53.35780.28200.2838
Hunter Lab73.04641.7395-15.1272
CIE-Lab78.08586.0620-19.4737

#babfe5 color RGB value is (186,191,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11100101
Octal 272 277 345
Decimal 186 191 229
Hex BA BF E5

RGB Percentages of Color #babfe5

%30.69
%31.52
%37.79

CMYK Percentages of Color #babfe5

%19
%17
%0
%10

Triadic Colors of #babfe5

#babfe5 #e5babf #bfe5ba

Analogous Colors of #babfe5

#babfe5 #cbbae5 #bad5e5

Monochromatic Colors of #babfe5

#babfe5

Complementary Color

#babfe5 #e5e0ba

#babfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfe5 Color CSS Codes

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

#babfe5 Text Font Color

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

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


#babfe5 Background Color

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

This div background color is #babfe5


#babfe5 Border Color

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

This div border color is #babfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfe5


Comments

No comments written yet.

Please login to write comment.