Color Hex Logo

#bfcf06 Color Hex

#BFCF06
(191,207,6)
0 Favorites   0 Comments

Color spaces of #bfcf06

RGB 1912076
HSL0.180.940.42
HSV65°97°81°
CMYK 0.080.000.97   0.19
XYZ43.831655.71528.6162
Yxy55.71520.40520.5151
Hunter Lab74.6426-25.805945.4058
CIE-Lab79.4515-25.133278.7067

#bfcf06 color RGB value is (191,207,6).

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

The process color (four color CMYK) of #bfcf06 color hex is 0.08, 0.00, 0.97, 0.19. Web safe color of #bfcf06 is #cccc00. Color #bfcf06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 00000110
Octal 277 317 6
Decimal 191 207 6
Hex BF CF 6

RGB Percentages of Color #bfcf06

%47.28
%51.24
%1.49

CMYK Percentages of Color #bfcf06

%8
%0
%97
%19

Triadic Colors of #bfcf06

#bfcf06 #06bfcf #cf06bf

Analogous Colors of #bfcf06

#bfcf06 #5bcf06 #cf7b06

Monochromatic Colors of #bfcf06

#bfcf06

Complementary Color

#bfcf06 #1606cf

#bfcf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcf06 Color CSS Codes

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

#bfcf06 Text Font Color

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

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


#bfcf06 Background Color

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

This div background color is #bfcf06


#bfcf06 Border Color

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

This div border color is #bfcf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcf06


Comments

No comments written yet.

Please login to write comment.