Color Hex Logo

#bfe477 Color Hex

#BFE477
(191,228,119)
0 Favorites   0 Comments

Color spaces of #bfe477

RGB 191228119
HSL0.220.670.68
HSV80°48°89°
CMYK 0.160.000.48   0.11
XYZ52.559067.895127.7877
Yxy67.89510.35450.4580
Hunter Lab82.3985-30.338737.6842
CIE-Lab85.9540-29.057848.9219

#bfe477 color RGB value is (191,228,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01110111
Octal 277 344 167
Decimal 191 228 119
Hex BF E4 77

RGB Percentages of Color #bfe477

%35.50
%42.38
%22.12

CMYK Percentages of Color #bfe477

%16
%0
%48
%11

Triadic Colors of #bfe477

#bfe477 #77bfe4 #e477bf

Analogous Colors of #bfe477

#bfe477 #89e477 #e4d377

Monochromatic Colors of #bfe477

#bfe477

Complementary Color

#bfe477 #9c77e4

#bfe477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe477 Color CSS Codes

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

#bfe477 Text Font Color

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

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


#bfe477 Background Color

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

This div background color is #bfe477


#bfe477 Border Color

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

This div border color is #bfe477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe477


Comments

No comments written yet.

Please login to write comment.