Color Hex Logo

#bfcb58 Color Hex

#BFCB58
(191,203,88)
0 Favorites   0 Comments

Color spaces of #bfcb58

RGB 19120388
HSL0.180.530.57
HSV66°57°80°
CMYK 0.060.000.57   0.20
XYZ44.603254.492817.3998
Yxy54.49280.38290.4678
Hunter Lab73.8192-21.330137.6983
CIE-Lab78.7482-19.848454.8269

#bfcb58 color RGB value is (191,203,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 01011000
Octal 277 313 130
Decimal 191 203 88
Hex BF CB 58

RGB Percentages of Color #bfcb58

%39.63
%42.12
%18.26

CMYK Percentages of Color #bfcb58

%6
%0
%57
%20

Triadic Colors of #bfcb58

#bfcb58 #58bfcb #cb58bf

Analogous Colors of #bfcb58

#bfcb58 #86cb58 #cb9e58

Monochromatic Colors of #bfcb58

#bfcb58

Complementary Color

#bfcb58 #6458cb

#bfcb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb58 Color CSS Codes

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

#bfcb58 Text Font Color

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

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


#bfcb58 Background Color

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

This div background color is #bfcb58


#bfcb58 Border Color

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

This div border color is #bfcb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb58


Comments

No comments written yet.

Please login to write comment.