Color Hex Logo

#bfce4b Color Hex

#BFCE4B
(191,206,75)
0 Favorites   0 Comments

Color spaces of #bfce4b

RGB 19120675
HSL0.190.570.55
HSV67°64°81°
CMYK 0.070.000.64   0.19
XYZ44.827255.727015.0504
Yxy55.72700.38780.4820
Hunter Lab74.6505-23.450240.3018
CIE-Lab79.4582-22.259361.1739

#bfce4b color RGB value is (191,206,75).

#bfce4b hex color red value is 191, green value is 206 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfce4b hue: 0.19 , saturation: 0.57 and the lightness value of bfce4b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 01001011
Octal 277 316 113
Decimal 191 206 75
Hex BF CE 4B

RGB Percentages of Color #bfce4b

%40.47
%43.64
%15.89

CMYK Percentages of Color #bfce4b

%7
%0
%64
%19

Triadic Colors of #bfce4b

#bfce4b #4bbfce #ce4bbf

Analogous Colors of #bfce4b

#bfce4b #7ece4b #ce9c4b

Monochromatic Colors of #bfce4b

#bfce4b

Complementary Color

#bfce4b #5a4bce

#bfce4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce4b Color CSS Codes

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

#bfce4b Text Font Color

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

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


#bfce4b Background Color

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

This div background color is #bfce4b


#bfce4b Border Color

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

This div border color is #bfce4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce4b

#bfce4b Color Palettes


Comments

No comments written yet.

Please login to write comment.