Color Hex Logo

#bcdeb8 Color Hex

#BCDEB8
(188,222,184)
0 Favorites   0 Comments

Color spaces of #bcdeb8

RGB 188222184
HSL0.320.370.80
HSV114°17°87°
CMYK 0.150.000.17   0.13
XYZ55.512066.394655.2370
Yxy66.39460.31340.3748
Hunter Lab81.4829-20.988016.8455
CIE-Lab85.1973-18.249914.9686

#bcdeb8 color RGB value is (188,222,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10111000
Octal 274 336 270
Decimal 188 222 184
Hex BC DE B8

RGB Percentages of Color #bcdeb8

%31.65
%37.37
%30.98

CMYK Percentages of Color #bcdeb8

%15
%0
%17
%13

Triadic Colors of #bcdeb8

#bcdeb8 #b8bcde #deb8bc

Analogous Colors of #bcdeb8

#bcdeb8 #b8dec7 #cfdeb8

Monochromatic Colors of #bcdeb8

#bcdeb8

Complementary Color

#bcdeb8 #dab8de

#bcdeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeb8 Color CSS Codes

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

#bcdeb8 Text Font Color

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

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


#bcdeb8 Background Color

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

This div background color is #bcdeb8


#bcdeb8 Border Color

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

This div border color is #bcdeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeb8


Comments

No comments written yet.

Please login to write comment.