Color Hex Logo

#bcd0db Color Hex

#BCD0DB
(188,208,219)
0 Favorites   0 Comments

Color spaces of #bcd0db

RGB 188208219
HSL0.560.300.80
HSV201°14°86°
CMYK 0.140.050.00   0.14
XYZ56.081160.917675.8203
Yxy60.91760.29080.3159
Hunter Lab78.0497-8.3294-2.9616
CIE-Lab82.3344-4.4866-7.7292

#bcd0db color RGB value is (188,208,219).

#bcd0db hex color red value is 188, green value is 208 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcd0db hue: 0.56 , saturation: 0.30 and the lightness value of bcd0db is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11011011
Octal 274 320 333
Decimal 188 208 219
Hex BC D0 DB

RGB Percentages of Color #bcd0db

%30.57
%33.82
%35.61

CMYK Percentages of Color #bcd0db

%14
%5
%0
%14

Triadic Colors of #bcd0db

#bcd0db #dbbcd0 #d0dbbc

Analogous Colors of #bcd0db

#bcd0db #bcc1db #bcdbd7

Monochromatic Colors of #bcd0db

#bcd0db

Complementary Color

#bcd0db #dbc7bc

#bcd0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0db Color CSS Codes

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

#bcd0db Text Font Color

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

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


#bcd0db Background Color

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

This div background color is #bcd0db


#bcd0db Border Color

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

This div border color is #bcd0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0db


Comments

No comments written yet.

Please login to write comment.