Color Hex Logo

#bfcd59 Color Hex

#BFCD59
(191,205,89)
0 Favorites   0 Comments

Color spaces of #bfcd59

RGB 19120589
HSL0.190.540.58
HSV67°57°80°
CMYK 0.070.000.57   0.20
XYZ45.120455.460317.7780
Yxy55.46030.38120.4686
Hunter Lab74.4717-22.177037.9764
CIE-Lab79.3057-20.755255.0073

#bfcd59 color RGB value is (191,205,89).

#bfcd59 hex color red value is 191, green value is 205 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bfcd59 hue: 0.19 , saturation: 0.54 and the lightness value of bfcd59 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01011001
Octal 277 315 131
Decimal 191 205 89
Hex BF CD 59

RGB Percentages of Color #bfcd59

%39.38
%42.27
%18.35

CMYK Percentages of Color #bfcd59

%7
%0
%57
%20

Triadic Colors of #bfcd59

#bfcd59 #59bfcd #cd59bf

Analogous Colors of #bfcd59

#bfcd59 #85cd59 #cda159

Monochromatic Colors of #bfcd59

#bfcd59

Complementary Color

#bfcd59 #6759cd

#bfcd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd59 Color CSS Codes

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

#bfcd59 Text Font Color

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

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


#bfcd59 Background Color

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

This div background color is #bfcd59


#bfcd59 Border Color

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

This div border color is #bfcd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd59


Comments

No comments written yet.

Please login to write comment.