Color Hex Logo

#bfd812 Color Hex

#BFD812
(191,216,18)
0 Favorites   0 Comments

Color spaces of #bfd812

RGB 19121618
HSL0.190.850.46
HSV68°92°85°
CMYK 0.120.000.92   0.15
XYZ46.150960.23189.7658
Yxy60.23180.39730.5186
Hunter Lab77.6091-29.669646.8658
CIE-Lab81.9640-29.266579.3782

#bfd812 color RGB value is (191,216,18).

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

The process color (four color CMYK) of #bfd812 color hex is 0.12, 0.00, 0.92, 0.15. Web safe color of #bfd812 is #cccc00. Color #bfd812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 00010010
Octal 277 330 22
Decimal 191 216 18
Hex BF D8 12

RGB Percentages of Color #bfd812

%44.94
%50.82
%4.24

CMYK Percentages of Color #bfd812

%12
%0
%92
%15

Triadic Colors of #bfd812

#bfd812 #12bfd8 #d812bf

Analogous Colors of #bfd812

#bfd812 #5cd812 #d88e12

Monochromatic Colors of #bfd812

#bfd812

Complementary Color

#bfd812 #2b12d8

#bfd812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd812 Color CSS Codes

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

#bfd812 Text Font Color

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

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


#bfd812 Background Color

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

This div background color is #bfd812


#bfd812 Border Color

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

This div border color is #bfd812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd812


Comments

No comments written yet.

Please login to write comment.