Color Hex Logo

#bfcc55 Color Hex

#BFCC55
(191,204,85)
0 Favorites   0 Comments

Color spaces of #bfcc55

RGB 19120485
HSL0.180.540.57
HSV67°58°80°
CMYK 0.060.000.58   0.20
XYZ44.718454.918016.8376
Yxy54.91800.38390.4715
Hunter Lab74.1067-21.973938.4035
CIE-Lab78.9940-20.573756.4325

#bfcc55 color RGB value is (191,204,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01010101
Octal 277 314 125
Decimal 191 204 85
Hex BF CC 55

RGB Percentages of Color #bfcc55

%39.79
%42.50
%17.71

CMYK Percentages of Color #bfcc55

%6
%0
%58
%20

Triadic Colors of #bfcc55

#bfcc55 #55bfcc #cc55bf

Analogous Colors of #bfcc55

#bfcc55 #84cc55 #cc9e55

Monochromatic Colors of #bfcc55

#bfcc55

Complementary Color

#bfcc55 #6255cc

#bfcc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc55 Color CSS Codes

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

#bfcc55 Text Font Color

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

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


#bfcc55 Background Color

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

This div background color is #bfcc55


#bfcc55 Border Color

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

This div border color is #bfcc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc55


Comments

No comments written yet.

Please login to write comment.