Color Hex Logo

#bfcc52 Color Hex

#BFCC52
(191,204,82)
0 Favorites   0 Comments

Color spaces of #bfcc52

RGB 19120482
HSL0.180.540.56
HSV66°60°80°
CMYK 0.060.000.60   0.20
XYZ44.601754.871316.2231
Yxy54.87130.38550.4743
Hunter Lab74.0752-22.154238.8676
CIE-Lab78.9671-20.796157.7082

#bfcc52 color RGB value is (191,204,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01010010
Octal 277 314 122
Decimal 191 204 82
Hex BF CC 52

RGB Percentages of Color #bfcc52

%40.04
%42.77
%17.19

CMYK Percentages of Color #bfcc52

%6
%0
%60
%20

Triadic Colors of #bfcc52

#bfcc52 #52bfcc #cc52bf

Analogous Colors of #bfcc52

#bfcc52 #82cc52 #cc9c52

Monochromatic Colors of #bfcc52

#bfcc52

Complementary Color

#bfcc52 #5f52cc

#bfcc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc52 Color CSS Codes

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

#bfcc52 Text Font Color

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

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


#bfcc52 Background Color

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

This div background color is #bfcc52


#bfcc52 Border Color

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

This div border color is #bfcc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc52


Comments

No comments written yet.

Please login to write comment.