Color Hex Logo

#bfce3f Color Hex

#BFCE3F
(191,206,63)
0 Favorites   0 Comments

Color spaces of #bfce3f

RGB 19120663
HSL0.180.590.53
HSV66°69°81°
CMYK 0.070.000.69   0.19
XYZ44.454455.577913.0872
Yxy55.57790.39300.4913
Hunter Lab74.5506-24.024341.7772
CIE-Lab79.3730-22.973965.7343

#bfce3f color RGB value is (191,206,63).

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

The process color (four color CMYK) of #bfce3f color hex is 0.07, 0.00, 0.69, 0.19. Web safe color of #bfce3f is #cccc33. Color #bfce3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 00111111
Octal 277 316 77
Decimal 191 206 63
Hex BF CE 3F

RGB Percentages of Color #bfce3f

%41.52
%44.78
%13.70

CMYK Percentages of Color #bfce3f

%7
%0
%69
%19

Triadic Colors of #bfce3f

#bfce3f #3fbfce #ce3fbf

Analogous Colors of #bfce3f

#bfce3f #78ce3f #ce963f

Monochromatic Colors of #bfce3f

#bfce3f

Complementary Color

#bfce3f #4e3fce

#bfce3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce3f Color CSS Codes

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

#bfce3f Text Font Color

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

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


#bfce3f Background Color

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

This div background color is #bfce3f


#bfce3f Border Color

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

This div border color is #bfce3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce3f


Comments

No comments written yet.

Please login to write comment.