Color Hex Logo

#bcd78d Color Hex

#BCD78D
(188,215,141)
0 Favorites   0 Comments

Color spaces of #bcd78d

RGB 188215141
HSL0.230.480.70
HSV82°34°84°
CMYK 0.130.000.34   0.16
XYZ49.847261.215334.3878
Yxy61.21530.34270.4209
Hunter Lab78.2402-23.197228.7093
CIE-Lab82.4943-21.328933.6175

#bcd78d color RGB value is (188,215,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 10001101
Octal 274 327 215
Decimal 188 215 141
Hex BC D7 8D

RGB Percentages of Color #bcd78d

%34.56
%39.52
%25.92

CMYK Percentages of Color #bcd78d

%13
%0
%34
%16

Triadic Colors of #bcd78d

#bcd78d #8dbcd7 #d78dbc

Analogous Colors of #bcd78d

#bcd78d #97d78d #d7cd8d

Monochromatic Colors of #bcd78d

#bcd78d

Complementary Color

#bcd78d #a88dd7

#bcd78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd78d Color CSS Codes

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

#bcd78d Text Font Color

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

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


#bcd78d Background Color

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

This div background color is #bcd78d


#bcd78d Border Color

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

This div border color is #bcd78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd78d


Comments

No comments written yet.

Please login to write comment.