Color Hex Logo

#bcdece Color Hex

#BCDECE
(188,222,206)
0 Favorites   0 Comments

Color spaces of #bcdece

RGB 188222206
HSL0.420.340.80
HSV152°15°87°
CMYK 0.150.000.07   0.13
XYZ58.000967.390168.3431
Yxy67.39010.29940.3478
Hunter Lab82.0915-17.54278.1037
CIE-Lab85.7006-14.26404.1046

#bcdece color RGB value is (188,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11001110
Octal 274 336 316
Decimal 188 222 206
Hex BC DE CE

RGB Percentages of Color #bcdece

%30.52
%36.04
%33.44

CMYK Percentages of Color #bcdece

%15
%0
%7
%13

Triadic Colors of #bcdece

#bcdece #cebcde #decebc

Analogous Colors of #bcdece

#bcdece #bcddde #bcdebd

Monochromatic Colors of #bcdece

#bcdece

Complementary Color

#bcdece #debccc

#bcdece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdece Color CSS Codes

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

#bcdece Text Font Color

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

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


#bcdece Background Color

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

This div background color is #bcdece


#bcdece Border Color

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

This div border color is #bcdece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdece


Comments

No comments written yet.

Please login to write comment.