Color Hex Logo

#bfce0a Color Hex

#BFCE0A
(191,206,10)
0 Favorites   0 Comments

Color spaces of #bfce0a

RGB 19120610
HSL0.180.910.42
HSV65°95°81°
CMYK 0.070.000.95   0.19
XYZ43.612055.24098.6511
Yxy55.24090.40570.5138
Hunter Lab74.3242-25.327145.1258
CIE-Lab79.1798-24.608678.1226

#bfce0a color RGB value is (191,206,10).

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

The process color (four color CMYK) of #bfce0a color hex is 0.07, 0.00, 0.95, 0.19. Web safe color of #bfce0a is #cccc00. Color #bfce0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 00001010
Octal 277 316 12
Decimal 191 206 10
Hex BF CE A

RGB Percentages of Color #bfce0a

%46.93
%50.61
%2.46

CMYK Percentages of Color #bfce0a

%7
%0
%95
%19

Triadic Colors of #bfce0a

#bfce0a #0abfce #ce0abf

Analogous Colors of #bfce0a

#bfce0a #5dce0a #ce7b0a

Monochromatic Colors of #bfce0a

#bfce0a

Complementary Color

#bfce0a #190ace

#bfce0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce0a Color CSS Codes

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

#bfce0a Text Font Color

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

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


#bfce0a Background Color

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

This div background color is #bfce0a


#bfce0a Border Color

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

This div border color is #bfce0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce0a


Comments

No comments written yet.

Please login to write comment.