Color Hex Logo

#bcd78e Color Hex

#BCD78E
(188,215,142)
0 Favorites   0 Comments

Color spaces of #bcd78e

RGB 188215142
HSL0.230.480.70
HSV82°34°84°
CMYK 0.130.000.34   0.16
XYZ49.922061.245234.7815
Yxy61.24520.34210.4196
Hunter Lab78.2593-23.087828.4307
CIE-Lab82.5104-21.196433.1274

#bcd78e color RGB value is (188,215,142).

#bcd78e hex color red value is 188, green value is 215 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcd78e hue: 0.23 , saturation: 0.48 and the lightness value of bcd78e is 0.70.

The process color (four color CMYK) of #bcd78e color hex is 0.13, 0.00, 0.34, 0.16. Web safe color of #bcd78e is #cccc99. Color #bcd78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 10001110
Octal 274 327 216
Decimal 188 215 142
Hex BC D7 8E

RGB Percentages of Color #bcd78e

%34.50
%39.45
%26.06

CMYK Percentages of Color #bcd78e

%13
%0
%34
%16

Triadic Colors of #bcd78e

#bcd78e #8ebcd7 #d78ebc

Analogous Colors of #bcd78e

#bcd78e #98d78e #d7ce8e

Monochromatic Colors of #bcd78e

#bcd78e

Complementary Color

#bcd78e #a98ed7

#bcd78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd78e Color CSS Codes

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

#bcd78e Text Font Color

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

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


#bcd78e Background Color

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

This div background color is #bcd78e


#bcd78e Border Color

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

This div border color is #bcd78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd78e


Comments

No comments written yet.

Please login to write comment.