Color Hex Logo

#bcdb94 Color Hex

#BCDB94
(188,219,148)
0 Favorites   0 Comments

Color spaces of #bcdb94

RGB 188219148
HSL0.240.500.72
HSV86°32°86°
CMYK 0.140.000.32   0.14
XYZ51.415963.492537.5624
Yxy63.49250.33720.4164
Hunter Lab79.6822-24.264527.8281
CIE-Lab83.7008-22.343131.6292

#bcdb94 color RGB value is (188,219,148).

#bcdb94 hex color red value is 188, green value is 219 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcdb94 hue: 0.24 , saturation: 0.50 and the lightness value of bcdb94 is 0.72.

The process color (four color CMYK) of #bcdb94 color hex is 0.14, 0.00, 0.32, 0.14. Web safe color of #bcdb94 is #cccc99. Color #bcdb94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10010100
Octal 274 333 224
Decimal 188 219 148
Hex BC DB 94

RGB Percentages of Color #bcdb94

%33.87
%39.46
%26.67

CMYK Percentages of Color #bcdb94

%14
%0
%32
%14

Triadic Colors of #bcdb94

#bcdb94 #94bcdb #db94bc

Analogous Colors of #bcdb94

#bcdb94 #99db94 #dbd794

Monochromatic Colors of #bcdb94

#bcdb94

Complementary Color

#bcdb94 #b394db

#bcdb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb94 Color CSS Codes

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

#bcdb94 Text Font Color

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

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


#bcdb94 Background Color

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

This div background color is #bcdb94


#bcdb94 Border Color

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

This div border color is #bcdb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb94


Comments

No comments written yet.

Please login to write comment.