Color Hex Logo

#bcd69f Color Hex

#BCD69F
(188,214,159)
0 Favorites   0 Comments

Color spaces of #bcd69f

RGB 188214159
HSL0.250.400.73
HSV88°26°84°
CMYK 0.120.000.26   0.16
XYZ51.043661.287741.9403
Yxy61.28770.33090.3973
Hunter Lab78.2865-20.617423.0372
CIE-Lab82.5332-18.295824.3655

#bcd69f color RGB value is (188,214,159).

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

The process color (four color CMYK) of #bcd69f color hex is 0.12, 0.00, 0.26, 0.16. Web safe color of #bcd69f is #cccc99. Color #bcd69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 10011111
Octal 274 326 237
Decimal 188 214 159
Hex BC D6 9F

RGB Percentages of Color #bcd69f

%33.51
%38.15
%28.34

CMYK Percentages of Color #bcd69f

%12
%0
%26
%16

Triadic Colors of #bcd69f

#bcd69f #9fbcd6 #d69fbc

Analogous Colors of #bcd69f

#bcd69f #a1d69f #d6d59f

Monochromatic Colors of #bcd69f

#bcd69f

Complementary Color

#bcd69f #b99fd6

#bcd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd69f Color CSS Codes

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

#bcd69f Text Font Color

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

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


#bcd69f Background Color

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

This div background color is #bcd69f


#bcd69f Border Color

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

This div border color is #bcd69f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,214,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 #bcd69f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd69f


Comments

No comments written yet.

Please login to write comment.