Color Hex Logo

#bcdb7b Color Hex

#BCDB7B
(188,219,123)
0 Favorites   0 Comments

Color spaces of #bcdb7b

RGB 188219123
HSL0.220.570.67
HSV79°44°86°
CMYK 0.140.000.44   0.14
XYZ49.645762.784528.2409
Yxy62.78450.35290.4463
Hunter Lab79.2367-26.825134.3340
CIE-Lab83.3289-25.470043.7099

#bcdb7b color RGB value is (188,219,123).

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

The process color (four color CMYK) of #bcdb7b color hex is 0.14, 0.00, 0.44, 0.14. Web safe color of #bcdb7b is #cccc66. Color #bcdb7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 01111011
Octal 274 333 173
Decimal 188 219 123
Hex BC DB 7B

RGB Percentages of Color #bcdb7b

%35.47
%41.32
%23.21

CMYK Percentages of Color #bcdb7b

%14
%0
%44
%14

Triadic Colors of #bcdb7b

#bcdb7b #7bbcdb #db7bbc

Analogous Colors of #bcdb7b

#bcdb7b #8cdb7b #dbca7b

Monochromatic Colors of #bcdb7b

#bcdb7b

Complementary Color

#bcdb7b #9a7bdb

#bcdb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb7b Color CSS Codes

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

#bcdb7b Text Font Color

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

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


#bcdb7b Background Color

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

This div background color is #bcdb7b


#bcdb7b Border Color

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

This div border color is #bcdb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb7b

#bcdb7b Color Palettes


Comments

No comments written yet.

Please login to write comment.