Color Hex Logo

#bcdb90 Color Hex

#BCDB90
(188,219,144)
0 Favorites   0 Comments

Color spaces of #bcdb90

RGB 188219144
HSL0.240.510.71
HSV85°34°86°
CMYK 0.140.000.34   0.14
XYZ51.104663.368035.9233
Yxy63.36800.33980.4213
Hunter Lab79.6040-24.712728.9667
CIE-Lab83.6356-22.885933.5875

#bcdb90 color RGB value is (188,219,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10010000
Octal 274 333 220
Decimal 188 219 144
Hex BC DB 90

RGB Percentages of Color #bcdb90

%34.12
%39.75
%26.13

CMYK Percentages of Color #bcdb90

%14
%0
%34
%14

Triadic Colors of #bcdb90

#bcdb90 #90bcdb #db90bc

Analogous Colors of #bcdb90

#bcdb90 #97db90 #dbd590

Monochromatic Colors of #bcdb90

#bcdb90

Complementary Color

#bcdb90 #af90db

#bcdb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb90 Color CSS Codes

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

#bcdb90 Text Font Color

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

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


#bcdb90 Background Color

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

This div background color is #bcdb90


#bcdb90 Border Color

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

This div border color is #bcdb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb90

#bcdb90 Color Palettes


Comments

No comments written yet.

Please login to write comment.