Color Hex Logo

#bfcb59 Color Hex

#BFCB59
(191,203,89)
0 Favorites   0 Comments

Color spaces of #bfcb59

RGB 19120389
HSL0.180.520.57
HSV66°56°80°
CMYK 0.060.000.56   0.20
XYZ44.645054.509517.6195
Yxy54.50950.38230.4668
Hunter Lab73.8305-21.265337.5320
CIE-Lab78.7579-19.768854.3887

#bfcb59 color RGB value is (191,203,89).

#bfcb59 hex color red value is 191, green value is 203 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bfcb59 hue: 0.18 , saturation: 0.52 and the lightness value of bfcb59 is 0.57.

The process color (four color CMYK) of #bfcb59 color hex is 0.06, 0.00, 0.56, 0.20. Web safe color of #bfcb59 is #cccc66. Color #bfcb59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 01011001
Octal 277 313 131
Decimal 191 203 89
Hex BF CB 59

RGB Percentages of Color #bfcb59

%39.54
%42.03
%18.43

CMYK Percentages of Color #bfcb59

%6
%0
%56
%20

Triadic Colors of #bfcb59

#bfcb59 #59bfcb #cb59bf

Analogous Colors of #bfcb59

#bfcb59 #86cb59 #cb9e59

Monochromatic Colors of #bfcb59

#bfcb59

Complementary Color

#bfcb59 #6559cb

#bfcb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb59 Color CSS Codes

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

#bfcb59 Text Font Color

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

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


#bfcb59 Background Color

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

This div background color is #bfcb59


#bfcb59 Border Color

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

This div border color is #bfcb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb59


Comments

No comments written yet.

Please login to write comment.