Color Hex Logo

#bfe476 Color Hex

#BFE476
(191,228,118)
0 Favorites   0 Comments

Color spaces of #bfe476

RGB 191228118
HSL0.220.670.68
HSV80°48°89°
CMYK 0.160.000.48   0.11
XYZ52.499367.871227.4730
Yxy67.87120.35510.4591
Hunter Lab82.3840-30.422637.8971
CIE-Lab85.9420-29.161749.3820

#bfe476 color RGB value is (191,228,118).

#bfe476 hex color red value is 191, green value is 228 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bfe476 hue: 0.22 , saturation: 0.67 and the lightness value of bfe476 is 0.68.

The process color (four color CMYK) of #bfe476 color hex is 0.16, 0.00, 0.48, 0.11. Web safe color of #bfe476 is #cccc66. Color #bfe476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01110110
Octal 277 344 166
Decimal 191 228 118
Hex BF E4 76

RGB Percentages of Color #bfe476

%35.57
%42.46
%21.97

CMYK Percentages of Color #bfe476

%16
%0
%48
%11

Triadic Colors of #bfe476

#bfe476 #76bfe4 #e476bf

Analogous Colors of #bfe476

#bfe476 #88e476 #e4d276

Monochromatic Colors of #bfe476

#bfe476

Complementary Color

#bfe476 #9b76e4

#bfe476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe476 Color CSS Codes

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

#bfe476 Text Font Color

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

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


#bfe476 Background Color

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

This div background color is #bfe476


#bfe476 Border Color

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

This div border color is #bfe476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe476


Comments

No comments written yet.

Please login to write comment.