Color Hex Logo

#bfca58 Color Hex

#BFCA58
(191,202,88)
0 Favorites   0 Comments

Color spaces of #bfca58

RGB 19120288
HSL0.180.520.57
HSV66°56°79°
CMYK 0.050.000.56   0.21
XYZ44.367854.022017.3214
Yxy54.02200.38340.4669
Hunter Lab73.4997-20.873537.4771
CIE-Lab78.4746-19.353654.5184

#bfca58 color RGB value is (191,202,88).

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

The process color (four color CMYK) of #bfca58 color hex is 0.05, 0.00, 0.56, 0.21. Web safe color of #bfca58 is #cccc66. Color #bfca58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 01011000
Octal 277 312 130
Decimal 191 202 88
Hex BF CA 58

RGB Percentages of Color #bfca58

%39.71
%42.00
%18.30

CMYK Percentages of Color #bfca58

%5
%0
%56
%21

Triadic Colors of #bfca58

#bfca58 #58bfca #ca58bf

Analogous Colors of #bfca58

#bfca58 #86ca58 #ca9c58

Monochromatic Colors of #bfca58

#bfca58

Complementary Color

#bfca58 #6358ca

#bfca58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca58 Color CSS Codes

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

#bfca58 Text Font Color

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

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


#bfca58 Background Color

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

This div background color is #bfca58


#bfca58 Border Color

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

This div border color is #bfca58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,202,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 #bfca58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca58


Comments

No comments written yet.

Please login to write comment.