Color Hex Logo

#bfdc0d Color Hex

#BFDC0D
(191,220,13)
0 Favorites   0 Comments

Color spaces of #bfdc0d

RGB 19122013
HSL0.190.890.46
HSV68°94°86°
CMYK 0.130.000.94   0.14
XYZ47.151762.29189.9191
Yxy62.29180.39500.5219
Hunter Lab78.9252-31.479047.7962
CIE-Lab83.0684-31.206180.8162

#bfdc0d color RGB value is (191,220,13).

#bfdc0d hex color red value is 191, green value is 220 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bfdc0d hue: 0.19 , saturation: 0.89 and the lightness value of bfdc0d is 0.46.

The process color (four color CMYK) of #bfdc0d color hex is 0.13, 0.00, 0.94, 0.14. Web safe color of #bfdc0d is #cccc00. Color #bfdc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 00001101
Octal 277 334 15
Decimal 191 220 13
Hex BF DC D

RGB Percentages of Color #bfdc0d

%45.05
%51.89
%3.07

CMYK Percentages of Color #bfdc0d

%13
%0
%94
%14

Triadic Colors of #bfdc0d

#bfdc0d #0dbfdc #dc0dbf

Analogous Colors of #bfdc0d

#bfdc0d #57dc0d #dc920d

Monochromatic Colors of #bfdc0d

#bfdc0d

Complementary Color

#bfdc0d #2a0ddc

#bfdc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdc0d Color CSS Codes

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

#bfdc0d Text Font Color

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

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


#bfdc0d Background Color

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

This div background color is #bfdc0d


#bfdc0d Border Color

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

This div border color is #bfdc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdc0d


Comments

No comments written yet.

Please login to write comment.