Color Hex Logo

#bfce71 Color Hex

#BFCE71
(191,206,113)
0 Favorites   0 Comments

Color spaces of #bfce71

RGB 191206113
HSL0.190.490.63
HSV70°45°81°
CMYK 0.070.000.45   0.19
XYZ46.537856.411224.0584
Yxy56.41120.36640.4442
Hunter Lab75.1074-20.836333.5834
CIE-Lab79.8473-19.047544.3430

#bfce71 color RGB value is (191,206,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 01110001
Octal 277 316 161
Decimal 191 206 113
Hex BF CE 71

RGB Percentages of Color #bfce71

%37.45
%40.39
%22.16

CMYK Percentages of Color #bfce71

%7
%0
%45
%19

Triadic Colors of #bfce71

#bfce71 #71bfce #ce71bf

Analogous Colors of #bfce71

#bfce71 #91ce71 #ceaf71

Monochromatic Colors of #bfce71

#bfce71

Complementary Color

#bfce71 #8071ce

#bfce71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce71 Color CSS Codes

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

#bfce71 Text Font Color

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

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


#bfce71 Background Color

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

This div background color is #bfce71


#bfce71 Border Color

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

This div border color is #bfce71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,206,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 #bfce71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce71


Comments

No comments written yet.

Please login to write comment.