Color Hex Logo

#bfcf62 Color Hex

#BFCF62
(191,207,98)
0 Favorites   0 Comments

Color spaces of #bfcf62

RGB 19120798
HSL0.190.530.60
HSV69°53°81°
CMYK 0.080.000.53   0.19
XYZ46.003356.583920.0524
Yxy56.58390.37510.4614
Hunter Lab75.2223-22.474636.8503
CIE-Lab79.9450-20.983251.6338

#bfcf62 color RGB value is (191,207,98).

#bfcf62 hex color red value is 191, green value is 207 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bfcf62 hue: 0.19 , saturation: 0.53 and the lightness value of bfcf62 is 0.60.

The process color (four color CMYK) of #bfcf62 color hex is 0.08, 0.00, 0.53, 0.19. Web safe color of #bfcf62 is #cccc66. Color #bfcf62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 01100010
Octal 277 317 142
Decimal 191 207 98
Hex BF CF 62

RGB Percentages of Color #bfcf62

%38.51
%41.73
%19.76

CMYK Percentages of Color #bfcf62

%8
%0
%53
%19

Triadic Colors of #bfcf62

#bfcf62 #62bfcf #cf62bf

Analogous Colors of #bfcf62

#bfcf62 #89cf62 #cfa962

Monochromatic Colors of #bfcf62

#bfcf62

Complementary Color

#bfcf62 #7262cf

#bfcf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcf62 Color CSS Codes

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

#bfcf62 Text Font Color

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

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


#bfcf62 Background Color

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

This div background color is #bfcf62


#bfcf62 Border Color

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

This div border color is #bfcf62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcf62


Comments

No comments written yet.

Please login to write comment.