Color Hex Logo

#bcdbd2 Color Hex

#BCDBD2
(188,219,210)
1 Favorites   0 Comments

Color spaces of #bcdbd2

RGB 188219210
HSL0.450.300.80
HSV163°14°86°
CMYK 0.140.000.04   0.14
XYZ57.703466.007570.6722
Yxy66.00750.29690.3396
Hunter Lab81.2450-15.40105.2972
CIE-Lab85.0002-11.97170.9736

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

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

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

Base Numbers

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

RGB Percentages of Color #bcdbd2

%30.47
%35.49
%34.04

CMYK Percentages of Color #bcdbd2

%14
%0
%4
%14

Triadic Colors of #bcdbd2

#bcdbd2 #d2bcdb #dbd2bc

Analogous Colors of #bcdbd2

#bcdbd2 #bcd5db #bcdbc3

Monochromatic Colors of #bcdbd2

#bcdbd2

Complementary Color

#bcdbd2 #dbbcc5

#bcdbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbd2 Color CSS Codes

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

#bcdbd2 Text Font Color

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

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


#bcdbd2 Background Color

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

This div background color is #bcdbd2


#bcdbd2 Border Color

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

This div border color is #bcdbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbd2


Comments

No comments written yet.

Please login to write comment.