Color Hex Logo

#bfc90d Color Hex

#BFC90D
(191,201,13)
0 Favorites   0 Comments

Color spaces of #bfc90d

RGB 19120113
HSL0.180.880.42
HSV63°94°79°
CMYK 0.050.000.94   0.21
XYZ42.445152.87878.3503
Yxy52.87870.40940.5100
Hunter Lab72.7177-23.066244.0940
CIE-Lab77.8033-22.146176.7576

#bfc90d color RGB value is (191,201,13).

#bfc90d hex color red value is 191, green value is 201 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bfc90d hue: 0.18 , saturation: 0.88 and the lightness value of bfc90d is 0.42.

The process color (four color CMYK) of #bfc90d color hex is 0.05, 0.00, 0.94, 0.21. Web safe color of #bfc90d is #cccc00. Color #bfc90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 00001101
Octal 277 311 15
Decimal 191 201 13
Hex BF C9 D

RGB Percentages of Color #bfc90d

%47.16
%49.63
%3.21

CMYK Percentages of Color #bfc90d

%5
%0
%94
%21

Triadic Colors of #bfc90d

#bfc90d #0dbfc9 #c90dbf

Analogous Colors of #bfc90d

#bfc90d #61c90d #c9750d

Monochromatic Colors of #bfc90d

#bfc90d

Complementary Color

#bfc90d #170dc9

#bfc90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc90d Color CSS Codes

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

#bfc90d Text Font Color

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

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


#bfc90d Background Color

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

This div background color is #bfc90d


#bfc90d Border Color

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

This div border color is #bfc90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc90d


Comments

No comments written yet.

Please login to write comment.