Color Hex Logo

#bfdf6c Color Hex

#BFDF6C
(191,223,108)
0 Favorites   0 Comments

Color spaces of #bfdf6c

RGB 191223108
HSL0.210.640.65
HSV77°52°87°
CMYK 0.140.000.52   0.13
XYZ50.580364.934424.0551
Yxy64.93440.36240.4652
Hunter Lab80.5819-28.975938.7082
CIE-Lab84.4499-27.791052.2841

#bfdf6c color RGB value is (191,223,108).

#bfdf6c hex color red value is 191, green value is 223 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bfdf6c hue: 0.21 , saturation: 0.64 and the lightness value of bfdf6c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 01101100
Octal 277 337 154
Decimal 191 223 108
Hex BF DF 6C

RGB Percentages of Color #bfdf6c

%36.59
%42.72
%20.69

CMYK Percentages of Color #bfdf6c

%14
%0
%52
%13

Triadic Colors of #bfdf6c

#bfdf6c #6cbfdf #df6cbf

Analogous Colors of #bfdf6c

#bfdf6c #86df6c #dfc66c

Monochromatic Colors of #bfdf6c

#bfdf6c

Complementary Color

#bfdf6c #8c6cdf

#bfdf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf6c Color CSS Codes

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

#bfdf6c Text Font Color

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

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


#bfdf6c Background Color

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

This div background color is #bfdf6c


#bfdf6c Border Color

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

This div border color is #bfdf6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,223,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfdf6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfdf6c;
  -webkit-box-shadow: 1px 1px 3px 2px #bfdf6c;
  box-shadow:         1px 1px 3px 2px #bfdf6c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,223,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf6c


Comments

No comments written yet.

Please login to write comment.