Color Hex Logo

#bfcd71 Color Hex

#BFCD71
(191,205,113)
0 Favorites   0 Comments

Color spaces of #bfcd71

RGB 191205113
HSL0.190.480.62
HSV69°45°80°
CMYK 0.070.000.45   0.20
XYZ46.297855.931323.9784
Yxy55.93130.36680.4432
Hunter Lab74.7872-20.375433.3414
CIE-Lab79.5747-18.551244.0072

#bfcd71 color RGB value is (191,205,113).

#bfcd71 hex color red value is 191, green value is 205 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bfcd71 hue: 0.19 , saturation: 0.48 and the lightness value of bfcd71 is 0.62.

The process color (four color CMYK) of #bfcd71 color hex is 0.07, 0.00, 0.45, 0.20. Web safe color of #bfcd71 is #cccc66. Color #bfcd71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01110001
Octal 277 315 161
Decimal 191 205 113
Hex BF CD 71

RGB Percentages of Color #bfcd71

%37.52
%40.28
%22.20

CMYK Percentages of Color #bfcd71

%7
%0
%45
%20

Triadic Colors of #bfcd71

#bfcd71 #71bfcd #cd71bf

Analogous Colors of #bfcd71

#bfcd71 #91cd71 #cdad71

Monochromatic Colors of #bfcd71

#bfcd71

Complementary Color

#bfcd71 #7f71cd

#bfcd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd71 Color CSS Codes

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

#bfcd71 Text Font Color

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

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


#bfcd71 Background Color

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

This div background color is #bfcd71


#bfcd71 Border Color

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

This div border color is #bfcd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd71


Comments

No comments written yet.

Please login to write comment.