Color Hex Logo

#babfd3 Color Hex

#BABFD3
(186,191,211)
0 Favorites   0 Comments

Color spaces of #babfd3

RGB 186191211
HSL0.630.220.78
HSV228°12°83°
CMYK 0.120.090.00   0.17
XYZ50.638452.403969.0740
Yxy52.40390.29420.3045
Hunter Lab72.3905-1.8197-5.9003
CIE-Lab77.52172.2270-10.6051

#babfd3 color RGB value is (186,191,211).

#babfd3 hex color red value is 186, green value is 191 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #babfd3 hue: 0.63 , saturation: 0.22 and the lightness value of babfd3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11010011
Octal 272 277 323
Decimal 186 191 211
Hex BA BF D3

RGB Percentages of Color #babfd3

%31.63
%32.48
%35.88

CMYK Percentages of Color #babfd3

%12
%9
%0
%17

Triadic Colors of #babfd3

#babfd3 #d3babf #bfd3ba

Analogous Colors of #babfd3

#babfd3 #c2bad3 #baccd3

Monochromatic Colors of #babfd3

#babfd3

Complementary Color

#babfd3 #d3ceba

#babfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfd3 Color CSS Codes

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

#babfd3 Text Font Color

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

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


#babfd3 Background Color

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

This div background color is #babfd3


#babfd3 Border Color

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

This div border color is #babfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfd3


Comments

No comments written yet.

Please login to write comment.