Color Hex Logo

#bfec74 Color Hex

#BFEC74
(191,236,116)
0 Favorites   0 Comments

Color spaces of #bfec74

RGB 191236116
HSL0.230.760.69
HSV83°51°93°
CMYK 0.190.000.51   0.07
XYZ54.633772.328227.6042
Yxy72.32820.35350.4679
Hunter Lab85.0460-34.161740.2879
CIE-Lab88.1263-33.091052.9472

#bfec74 color RGB value is (191,236,116).

#bfec74 hex color red value is 191, green value is 236 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bfec74 hue: 0.23 , saturation: 0.76 and the lightness value of bfec74 is 0.69.

The process color (four color CMYK) of #bfec74 color hex is 0.19, 0.00, 0.51, 0.07. Web safe color of #bfec74 is #ccff66. Color #bfec74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 01110100
Octal 277 354 164
Decimal 191 236 116
Hex BF EC 74

RGB Percentages of Color #bfec74

%35.17
%43.46
%21.36

CMYK Percentages of Color #bfec74

%19
%0
%51
%7

Triadic Colors of #bfec74

#bfec74 #74bfec #ec74bf

Analogous Colors of #bfec74

#bfec74 #83ec74 #ecdd74

Monochromatic Colors of #bfec74

#bfec74

Complementary Color

#bfec74 #a174ec

#bfec74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfec74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfec74 Color CSS Codes

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

#bfec74 Text Font Color

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

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


#bfec74 Background Color

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

This div background color is #bfec74


#bfec74 Border Color

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

This div border color is #bfec74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfec74


Comments

No comments written yet.

Please login to write comment.