Color Hex Logo

#bcd97d Color Hex

#BCD97D
(188,217,125)
0 Favorites   0 Comments

Color spaces of #bcd97d

RGB 188217125
HSL0.220.550.67
HSV79°42°85°
CMYK 0.130.000.42   0.15
XYZ49.253661.797728.7343
Yxy61.79770.35240.4421
Hunter Lab78.6115-25.732033.3562
CIE-Lab82.8057-24.278042.0694

#bcd97d color RGB value is (188,217,125).

#bcd97d hex color red value is 188, green value is 217 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcd97d hue: 0.22 , saturation: 0.55 and the lightness value of bcd97d is 0.67.

The process color (four color CMYK) of #bcd97d color hex is 0.13, 0.00, 0.42, 0.15. Web safe color of #bcd97d is #cccc66. Color #bcd97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 01111101
Octal 274 331 175
Decimal 188 217 125
Hex BC D9 7D

RGB Percentages of Color #bcd97d

%35.47
%40.94
%23.58

CMYK Percentages of Color #bcd97d

%13
%0
%42
%15

Triadic Colors of #bcd97d

#bcd97d #7dbcd9 #d97dbc

Analogous Colors of #bcd97d

#bcd97d #8ed97d #d9c87d

Monochromatic Colors of #bcd97d

#bcd97d

Complementary Color

#bcd97d #9a7dd9

#bcd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd97d Color CSS Codes

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

#bcd97d Text Font Color

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

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


#bcd97d Background Color

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

This div background color is #bcd97d


#bcd97d Border Color

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

This div border color is #bcd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd97d


Comments

No comments written yet.

Please login to write comment.