Color Hex Logo

#bfce74 Color Hex

#BFCE74
(191,206,116)
0 Favorites   0 Comments

Color spaces of #bfce74

RGB 191206116
HSL0.190.480.63
HSV70°44°81°
CMYK 0.070.000.44   0.19
XYZ46.709556.479924.9629
Yxy56.47990.36450.4407
Hunter Lab75.1531-20.575832.9134
CIE-Lab79.8862-18.731042.9134

#bfce74 color RGB value is (191,206,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 01110100
Octal 277 316 164
Decimal 191 206 116
Hex BF CE 74

RGB Percentages of Color #bfce74

%37.23
%40.16
%22.61

CMYK Percentages of Color #bfce74

%7
%0
%44
%19

Triadic Colors of #bfce74

#bfce74 #74bfce #ce74bf

Analogous Colors of #bfce74

#bfce74 #92ce74 #ceb074

Monochromatic Colors of #bfce74

#bfce74

Complementary Color

#bfce74 #8374ce

#bfce74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce74 Color CSS Codes

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

#bfce74 Text Font Color

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

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


#bfce74 Background Color

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

This div background color is #bfce74


#bfce74 Border Color

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

This div border color is #bfce74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce74


Comments

No comments written yet.

Please login to write comment.