Color Hex Logo

#bfd118 Color Hex

#BFD118
(191,209,24)
0 Favorites   0 Comments

Color spaces of #bfd118

RGB 19120924
HSL0.180.790.46
HSV66°89°82°
CMYK 0.090.000.89   0.18
XYZ44.451256.74329.4739
Yxy56.74320.40170.5127
Hunter Lab75.3281-26.491145.2728
CIE-Lab80.0349-25.836576.9532

#bfd118 color RGB value is (191,209,24).

#bfd118 hex color red value is 191, green value is 209 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bfd118 hue: 0.18 , saturation: 0.79 and the lightness value of bfd118 is 0.46.

The process color (four color CMYK) of #bfd118 color hex is 0.09, 0.00, 0.89, 0.18. Web safe color of #bfd118 is #cccc00. Color #bfd118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00011000
Octal 277 321 30
Decimal 191 209 24
Hex BF D1 18

RGB Percentages of Color #bfd118

%45.05
%49.29
%5.66

CMYK Percentages of Color #bfd118

%9
%0
%89
%18

Triadic Colors of #bfd118

#bfd118 #18bfd1 #d118bf

Analogous Colors of #bfd118

#bfd118 #63d118 #d18718

Monochromatic Colors of #bfd118

#bfd118

Complementary Color

#bfd118 #2a18d1

#bfd118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd118 Color CSS Codes

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

#bfd118 Text Font Color

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

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


#bfd118 Background Color

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

This div background color is #bfd118


#bfd118 Border Color

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

This div border color is #bfd118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd118


Comments

No comments written yet.

Please login to write comment.