Color Hex Logo

#bcdeb3 Color Hex

#BCDEB3
(188,222,179)
0 Favorites   0 Comments

Color spaces of #bcdeb3

RGB 188222179
HSL0.300.390.79
HSV107°19°87°
CMYK 0.150.000.19   0.13
XYZ54.997066.188652.5249
Yxy66.18860.31660.3810
Hunter Lab81.3564-21.707518.6709
CIE-Lab85.0925-19.094817.4425

#bcdeb3 color RGB value is (188,222,179).

#bcdeb3 hex color red value is 188, green value is 222 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bcdeb3 hue: 0.30 , saturation: 0.39 and the lightness value of bcdeb3 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10110011
Octal 274 336 263
Decimal 188 222 179
Hex BC DE B3

RGB Percentages of Color #bcdeb3

%31.92
%37.69
%30.39

CMYK Percentages of Color #bcdeb3

%15
%0
%19
%13

Triadic Colors of #bcdeb3

#bcdeb3 #b3bcde #deb3bc

Analogous Colors of #bcdeb3

#bcdeb3 #b3dec0 #d2deb3

Monochromatic Colors of #bcdeb3

#bcdeb3

Complementary Color

#bcdeb3 #d5b3de

#bcdeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeb3 Color CSS Codes

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

#bcdeb3 Text Font Color

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

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


#bcdeb3 Background Color

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

This div background color is #bcdeb3


#bcdeb3 Border Color

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

This div border color is #bcdeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeb3


Comments

No comments written yet.

Please login to write comment.