Color Hex Logo

#bfcc53 Color Hex

#BFCC53
(191,204,83)
0 Favorites   0 Comments

Color spaces of #bfcc53

RGB 19120483
HSL0.180.540.56
HSV66°59°80°
CMYK 0.060.000.59   0.20
XYZ44.640154.886616.4250
Yxy54.88660.38500.4734
Hunter Lab74.0855-22.094738.7151
CIE-Lab78.9759-20.722757.2854

#bfcc53 color RGB value is (191,204,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01010011
Octal 277 314 123
Decimal 191 204 83
Hex BF CC 53

RGB Percentages of Color #bfcc53

%39.96
%42.68
%17.36

CMYK Percentages of Color #bfcc53

%6
%0
%59
%20

Triadic Colors of #bfcc53

#bfcc53 #53bfcc #cc53bf

Analogous Colors of #bfcc53

#bfcc53 #83cc53 #cc9d53

Monochromatic Colors of #bfcc53

#bfcc53

Complementary Color

#bfcc53 #6053cc

#bfcc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc53 Color CSS Codes

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

#bfcc53 Text Font Color

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

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


#bfcc53 Background Color

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

This div background color is #bfcc53


#bfcc53 Border Color

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

This div border color is #bfcc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc53


Comments

No comments written yet.

Please login to write comment.