Color Hex Logo

#bfcc2a Color Hex

#BFCC2A
(191,204,42)
0 Favorites   0 Comments

Color spaces of #bfcc2a

RGB 19120442
HSL0.180.660.48
HSV65°79°80°
CMYK 0.060.000.79   0.20
XYZ43.496654.429310.4039
Yxy54.42930.40150.5024
Hunter Lab73.7762-23.869343.2823
CIE-Lab78.7114-22.929971.8613

#bfcc2a color RGB value is (191,204,42).

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

The process color (four color CMYK) of #bfcc2a color hex is 0.06, 0.00, 0.79, 0.20. Web safe color of #bfcc2a is #cccc33. Color #bfcc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 00101010
Octal 277 314 52
Decimal 191 204 42
Hex BF CC 2A

RGB Percentages of Color #bfcc2a

%43.71
%46.68
%9.61

CMYK Percentages of Color #bfcc2a

%6
%0
%79
%20

Triadic Colors of #bfcc2a

#bfcc2a #2abfcc #cc2abf

Analogous Colors of #bfcc2a

#bfcc2a #6ecc2a #cc882a

Monochromatic Colors of #bfcc2a

#bfcc2a

Complementary Color

#bfcc2a #372acc

#bfcc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc2a Color CSS Codes

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

#bfcc2a Text Font Color

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

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


#bfcc2a Background Color

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

This div background color is #bfcc2a


#bfcc2a Border Color

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

This div border color is #bfcc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc2a


Comments

No comments written yet.

Please login to write comment.