Color Hex Logo

#bcd98f Color Hex

#BCD98F
(188,217,143)
0 Favorites   0 Comments

Color spaces of #bcd98f

RGB 188217143
HSL0.230.490.71
HSV84°34°85°
CMYK 0.130.000.34   0.15
XYZ50.509862.300235.3496
Yxy62.30020.34090.4205
Hunter Lab78.9305-23.901228.6979
CIE-Lab83.0728-22.043533.3567

#bcd98f color RGB value is (188,217,143).

#bcd98f hex color red value is 188, green value is 217 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcd98f hue: 0.23 , saturation: 0.49 and the lightness value of bcd98f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 10001111
Octal 274 331 217
Decimal 188 217 143
Hex BC D9 8F

RGB Percentages of Color #bcd98f

%34.31
%39.60
%26.09

CMYK Percentages of Color #bcd98f

%13
%0
%34
%15

Triadic Colors of #bcd98f

#bcd98f #8fbcd9 #d98fbc

Analogous Colors of #bcd98f

#bcd98f #97d98f #d9d18f

Monochromatic Colors of #bcd98f

#bcd98f

Complementary Color

#bcd98f #ac8fd9

#bcd98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd98f Color CSS Codes

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

#bcd98f Text Font Color

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

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


#bcd98f Background Color

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

This div background color is #bcd98f


#bcd98f Border Color

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

This div border color is #bcd98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd98f


Comments

No comments written yet.

Please login to write comment.