Color Hex Logo

#babfdb Color Hex

#BABFDB
(186,191,219)
0 Favorites   0 Comments

Color spaces of #babfdb

RGB 186191219
HSL0.640.310.79
HSV231°15°86°
CMYK 0.150.130.00   0.14
XYZ51.666752.815274.4891
Yxy52.81520.28870.2951
Hunter Lab72.6741-0.2773-9.8989
CIE-Lab77.76583.9004-14.5626

#babfdb color RGB value is (186,191,219).

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

The process color (four color CMYK) of #babfdb color hex is 0.15, 0.13, 0.00, 0.14. Web safe color of #babfdb is #cccccc. Color #babfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11011011
Octal 272 277 333
Decimal 186 191 219
Hex BA BF DB

RGB Percentages of Color #babfdb

%31.21
%32.05
%36.74

CMYK Percentages of Color #babfdb

%15
%13
%0
%14

Triadic Colors of #babfdb

#babfdb #dbbabf #bfdbba

Analogous Colors of #babfdb

#babfdb #c6badb #bad0db

Monochromatic Colors of #babfdb

#babfdb

Complementary Color

#babfdb #dbd6ba

#babfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfdb Color CSS Codes

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

#babfdb Text Font Color

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

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


#babfdb Background Color

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

This div background color is #babfdb


#babfdb Border Color

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

This div border color is #babfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfdb


Comments

No comments written yet.

Please login to write comment.