Color Hex Logo

#bcd69d Color Hex

#BCD69D
(188,214,157)
0 Favorites   0 Comments

Color spaces of #bcd69d

RGB 188214157
HSL0.240.410.73
HSV87°27°84°
CMYK 0.120.000.27   0.16
XYZ50.871461.218841.0335
Yxy61.21880.33220.3998
Hunter Lab78.2424-20.867823.6756
CIE-Lab82.4962-18.594125.3582

#bcd69d color RGB value is (188,214,157).

#bcd69d hex color red value is 188, green value is 214 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bcd69d hue: 0.24 , saturation: 0.41 and the lightness value of bcd69d is 0.73.

The process color (four color CMYK) of #bcd69d color hex is 0.12, 0.00, 0.27, 0.16. Web safe color of #bcd69d is #cccc99. Color #bcd69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 10011101
Octal 274 326 235
Decimal 188 214 157
Hex BC D6 9D

RGB Percentages of Color #bcd69d

%33.63
%38.28
%28.09

CMYK Percentages of Color #bcd69d

%12
%0
%27
%16

Triadic Colors of #bcd69d

#bcd69d #9dbcd6 #d69dbc

Analogous Colors of #bcd69d

#bcd69d #a0d69d #d6d49d

Monochromatic Colors of #bcd69d

#bcd69d

Complementary Color

#bcd69d #b79dd6

#bcd69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd69d Color CSS Codes

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

#bcd69d Text Font Color

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

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


#bcd69d Background Color

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

This div background color is #bcd69d


#bcd69d Border Color

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

This div border color is #bcd69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd69d


Comments

No comments written yet.

Please login to write comment.