Color Hex Logo

#bfea78 Color Hex

#BFEA78
(191,234,120)
0 Favorites   0 Comments

Color spaces of #bfea78

RGB 191234120
HSL0.230.730.69
HSV83°49°92°
CMYK 0.180.000.49   0.08
XYZ54.298871.278128.6655
Yxy71.27810.35200.4621
Hunter Lab84.4264-32.943938.9676
CIE-Lab87.6199-31.759550.4723

#bfea78 color RGB value is (191,234,120).

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

The process color (four color CMYK) of #bfea78 color hex is 0.18, 0.00, 0.49, 0.08. Web safe color of #bfea78 is #ccff66. Color #bfea78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 01111000
Octal 277 352 170
Decimal 191 234 120
Hex BF EA 78

RGB Percentages of Color #bfea78

%35.05
%42.94
%22.02

CMYK Percentages of Color #bfea78

%18
%0
%49
%8

Triadic Colors of #bfea78

#bfea78 #78bfea #ea78bf

Analogous Colors of #bfea78

#bfea78 #86ea78 #eadc78

Monochromatic Colors of #bfea78

#bfea78

Complementary Color

#bfea78 #a378ea

#bfea78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfea78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfea78 Color CSS Codes

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

#bfea78 Text Font Color

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

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


#bfea78 Background Color

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

This div background color is #bfea78


#bfea78 Border Color

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

This div border color is #bfea78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfea78


Comments

No comments written yet.

Please login to write comment.