Color Hex Logo

#bcdadd Color Hex

#BCDADD
(188,218,221)
0 Favorites   0 Comments

Color spaces of #bcdadd

RGB 188218221
HSL0.520.330.80
HSV185°15°87°
CMYK 0.150.010.00   0.13
XYZ58.861666.054678.0541
Yxy66.05460.29000.3254
Hunter Lab81.2740-12.9532-0.0493
CIE-Lab85.0243-9.2614-4.8156

#bcdadd color RGB value is (188,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11011101
Octal 274 332 335
Decimal 188 218 221
Hex BC DA DD

RGB Percentages of Color #bcdadd

%29.98
%34.77
%35.25

CMYK Percentages of Color #bcdadd

%15
%1
%0
%13

Triadic Colors of #bcdadd

#bcdadd #ddbcda #daddbc

Analogous Colors of #bcdadd

#bcdadd #bccadd #bcddd0

Monochromatic Colors of #bcdadd

#bcdadd

Complementary Color

#bcdadd #ddbfbc

#bcdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdadd Color CSS Codes

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

#bcdadd Text Font Color

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

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


#bcdadd Background Color

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

This div background color is #bcdadd


#bcdadd Border Color

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

This div border color is #bcdadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,218,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdadd


Comments

No comments written yet.

Please login to write comment.