Color Hex Logo

#bfda0f Color Hex

#BFDA0F
(191,218,15)
0 Favorites   0 Comments

Color spaces of #bfda0f

RGB 19121815
HSL0.190.870.46
HSV68°93°85°
CMYK 0.120.000.93   0.15
XYZ46.643561.25379.8167
Yxy61.25370.39620.5204
Hunter Lab78.2647-30.582547.3486
CIE-Lab82.5149-30.247980.1728

#bfda0f color RGB value is (191,218,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 00001111
Octal 277 332 17
Decimal 191 218 15
Hex BF DA F

RGB Percentages of Color #bfda0f

%45.05
%51.42
%3.54

CMYK Percentages of Color #bfda0f

%12
%0
%93
%15

Triadic Colors of #bfda0f

#bfda0f #0fbfda #da0fbf

Analogous Colors of #bfda0f

#bfda0f #5ada0f #da900f

Monochromatic Colors of #bfda0f

#bfda0f

Complementary Color

#bfda0f #2a0fda

#bfda0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda0f Color CSS Codes

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

#bfda0f Text Font Color

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

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


#bfda0f Background Color

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

This div background color is #bfda0f


#bfda0f Border Color

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

This div border color is #bfda0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda0f


Comments

No comments written yet.

Please login to write comment.