Color Hex Logo

#bacbdb Color Hex

#BACBDB
(186,203,219)
0 Favorites   0 Comments

Color spaces of #bacbdb

RGB 186203219
HSL0.580.310.79
HSV209°15°86°
CMYK 0.150.070.00   0.14
XYZ54.391858.265475.3974
Yxy58.26540.28920.3098
Hunter Lab76.3318-6.3867-5.1320
CIE-Lab80.8861-2.4977-9.8961

#bacbdb color RGB value is (186,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001011 11011011
Octal 272 313 333
Decimal 186 203 219
Hex BA CB DB

RGB Percentages of Color #bacbdb

%30.59
%33.39
%36.02

CMYK Percentages of Color #bacbdb

%15
%7
%0
%14

Triadic Colors of #bacbdb

#bacbdb #dbbacb #cbdbba

Analogous Colors of #bacbdb

#bacbdb #babbdb #badbdb

Monochromatic Colors of #bacbdb

#bacbdb

Complementary Color

#bacbdb #dbcaba

#bacbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacbdb Color CSS Codes

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

#bacbdb Text Font Color

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

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


#bacbdb Background Color

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

This div background color is #bacbdb


#bacbdb Border Color

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

This div border color is #bacbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,203,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 #bacbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacbdb


Comments

No comments written yet.

Please login to write comment.