Color Hex Logo

#bfdf5c Color Hex

#BFDF5C
(191,223,92)
0 Favorites   0 Comments

Color spaces of #bfdf5c

RGB 19122392
HSL0.210.670.62
HSV75°59°87°
CMYK 0.140.000.59   0.13
XYZ49.805364.624419.9740
Yxy64.62440.37060.4808
Hunter Lab80.3893-30.091441.5410
CIE-Lab84.2898-29.181059.2734

#bfdf5c color RGB value is (191,223,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 01011100
Octal 277 337 134
Decimal 191 223 92
Hex BF DF 5C

RGB Percentages of Color #bfdf5c

%37.75
%44.07
%18.18

CMYK Percentages of Color #bfdf5c

%14
%0
%59
%13

Triadic Colors of #bfdf5c

#bfdf5c #5cbfdf #df5cbf

Analogous Colors of #bfdf5c

#bfdf5c #7edf5c #dfbe5c

Monochromatic Colors of #bfdf5c

#bfdf5c

Complementary Color

#bfdf5c #7c5cdf

#bfdf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf5c Color CSS Codes

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

#bfdf5c Text Font Color

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

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


#bfdf5c Background Color

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

This div background color is #bfdf5c


#bfdf5c Border Color

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

This div border color is #bfdf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf5c


Comments

No comments written yet.

Please login to write comment.