Color Hex Logo

#bcdadb Color Hex

#BCDADB
(188,218,219)
0 Favorites   0 Comments

Color spaces of #bcdadb

RGB 188218219
HSL0.510.300.80
HSV182°14°86°
CMYK 0.140.000.00   0.14
XYZ58.596665.948676.6588
Yxy65.94860.29120.3278
Hunter Lab81.2087-13.31770.8780
CIE-Lab84.9702-9.6689-3.8359

#bcdadb color RGB value is (188,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11011011
Octal 274 332 333
Decimal 188 218 219
Hex BC DA DB

RGB Percentages of Color #bcdadb

%30.08
%34.88
%35.04

CMYK Percentages of Color #bcdadb

%14
%0
%0
%14

Triadic Colors of #bcdadb

#bcdadb #dbbcda #dadbbc

Analogous Colors of #bcdadb

#bcdadb #bccbdb #bcdbcd

Monochromatic Colors of #bcdadb

#bcdadb

Complementary Color

#bcdadb #dbbdbc

#bcdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdadb Color CSS Codes

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

#bcdadb Text Font Color

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

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


#bcdadb Background Color

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

This div background color is #bcdadb


#bcdadb Border Color

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

This div border color is #bcdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdadb


Comments

No comments written yet.

Please login to write comment.