Color Hex Logo

#bcded0 Color Hex

#BCDED0
(188,222,208)
0 Favorites   0 Comments

Color spaces of #bcded0

RGB 188222208
HSL0.430.340.80
HSV155°15°87°
CMYK 0.150.000.06   0.13
XYZ58.245567.488069.6311
Yxy67.48800.29810.3454
Hunter Lab82.1511-17.20717.2517
CIE-Lab85.7498-13.88083.1204

#bcded0 color RGB value is (188,222,208).

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

The process color (four color CMYK) of #bcded0 color hex is 0.15, 0.00, 0.06, 0.13. Web safe color of #bcded0 is #cccccc. Color #bcded0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11010000
Octal 274 336 320
Decimal 188 222 208
Hex BC DE D0

RGB Percentages of Color #bcded0

%30.42
%35.92
%33.66

CMYK Percentages of Color #bcded0

%15
%0
%6
%13

Triadic Colors of #bcded0

#bcded0 #d0bcde #ded0bc

Analogous Colors of #bcded0

#bcded0 #bcdbde #bcdebf

Monochromatic Colors of #bcded0

#bcded0

Complementary Color

#bcded0 #debcca

#bcded0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcded0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcded0 Color CSS Codes

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

#bcded0 Text Font Color

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

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


#bcded0 Background Color

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

This div background color is #bcded0


#bcded0 Border Color

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

This div border color is #bcded0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcded0


Comments

No comments written yet.

Please login to write comment.