Color Hex Logo

#bfce2f Color Hex

#BFCE2F
(191,206,47)
0 Favorites   0 Comments

Color spaces of #bfce2f

RGB 19120647
HSL0.180.630.50
HSV66°77°81°
CMYK 0.070.000.77   0.19
XYZ44.070355.424211.0645
Yxy55.42420.39860.5013
Hunter Lab74.4474-24.617243.3014
CIE-Lab79.2850-23.715770.9546

#bfce2f color RGB value is (191,206,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 00101111
Octal 277 316 57
Decimal 191 206 47
Hex BF CE 2F

RGB Percentages of Color #bfce2f

%43.02
%46.40
%10.59

CMYK Percentages of Color #bfce2f

%7
%0
%77
%19

Triadic Colors of #bfce2f

#bfce2f #2fbfce #ce2fbf

Analogous Colors of #bfce2f

#bfce2f #70ce2f #ce8e2f

Monochromatic Colors of #bfce2f

#bfce2f

Complementary Color

#bfce2f #3e2fce

#bfce2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce2f Color CSS Codes

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

#bfce2f Text Font Color

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

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


#bfce2f Background Color

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

This div background color is #bfce2f


#bfce2f Border Color

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

This div border color is #bfce2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce2f


Comments

No comments written yet.

Please login to write comment.