Color Hex Logo

#bcd2db Color Hex

#BCD2DB
(188,210,219)
0 Favorites   0 Comments

Color spaces of #bcd2db

RGB 188210219
HSL0.550.300.80
HSV197°14°86°
CMYK 0.140.040.00   0.14
XYZ56.571861.899075.9839
Yxy61.89900.29090.3183
Hunter Lab78.6759-9.3327-2.1882
CIE-Lab82.8597-5.5310-6.9510

#bcd2db color RGB value is (188,210,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 11011011
Octal 274 322 333
Decimal 188 210 219
Hex BC D2 DB

RGB Percentages of Color #bcd2db

%30.47
%34.04
%35.49

CMYK Percentages of Color #bcd2db

%14
%4
%0
%14

Triadic Colors of #bcd2db

#bcd2db #dbbcd2 #d2dbbc

Analogous Colors of #bcd2db

#bcd2db #bcc3db #bcdbd5

Monochromatic Colors of #bcd2db

#bcd2db

Complementary Color

#bcd2db #dbc5bc

#bcd2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd2db Color CSS Codes

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

#bcd2db Text Font Color

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

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


#bcd2db Background Color

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

This div background color is #bcd2db


#bcd2db Border Color

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

This div border color is #bcd2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd2db


Comments

No comments written yet.

Please login to write comment.