Color Hex Logo

#bfcc75 Color Hex

#BFCC75
(191,204,117)
0 Favorites   0 Comments

Color spaces of #bfcc75

RGB 191204117
HSL0.190.460.63
HSV69°43°80°
CMYK 0.060.000.43   0.20
XYZ46.289655.546525.1114
Yxy55.54650.36460.4376
Hunter Lab74.5295-19.562032.1940
CIE-Lab79.3550-17.627541.7554

#bfcc75 color RGB value is (191,204,117).

#bfcc75 hex color red value is 191, green value is 204 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bfcc75 hue: 0.19 , saturation: 0.46 and the lightness value of bfcc75 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01110101
Octal 277 314 165
Decimal 191 204 117
Hex BF CC 75

RGB Percentages of Color #bfcc75

%37.30
%39.84
%22.85

CMYK Percentages of Color #bfcc75

%6
%0
%43
%20

Triadic Colors of #bfcc75

#bfcc75 #75bfcc #cc75bf

Analogous Colors of #bfcc75

#bfcc75 #94cc75 #ccae75

Monochromatic Colors of #bfcc75

#bfcc75

Complementary Color

#bfcc75 #8275cc

#bfcc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc75 Color CSS Codes

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

#bfcc75 Text Font Color

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

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


#bfcc75 Background Color

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

This div background color is #bfcc75


#bfcc75 Border Color

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

This div border color is #bfcc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc75


Comments

No comments written yet.

Please login to write comment.