Color Hex Logo

#bcda9f Color Hex

#BCDA9F
(188,218,159)
0 Favorites   0 Comments

Color spaces of #bcda9f

RGB 188218159
HSL0.250.440.74
HSV91°27°85°
CMYK 0.140.000.27   0.15
XYZ52.068463.337442.2819
Yxy63.33740.33020.4017
Hunter Lab79.5848-22.489724.2097
CIE-Lab83.6196-20.276725.8446

#bcda9f color RGB value is (188,218,159).

#bcda9f hex color red value is 188, green value is 218 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcda9f hue: 0.25 , saturation: 0.44 and the lightness value of bcda9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 10011111
Octal 274 332 237
Decimal 188 218 159
Hex BC DA 9F

RGB Percentages of Color #bcda9f

%33.27
%38.58
%28.14

CMYK Percentages of Color #bcda9f

%14
%0
%27
%15

Triadic Colors of #bcda9f

#bcda9f #9fbcda #da9fbc

Analogous Colors of #bcda9f

#bcda9f #9fdaa0 #dada9f

Monochromatic Colors of #bcda9f

#bcda9f

Complementary Color

#bcda9f #bd9fda

#bcda9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda9f Color CSS Codes

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

#bcda9f Text Font Color

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

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


#bcda9f Background Color

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

This div background color is #bcda9f


#bcda9f Border Color

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

This div border color is #bcda9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda9f


Comments

No comments written yet.

Please login to write comment.