Color Hex Logo

#bfe067 Color Hex

#BFE067
(191,224,103)
0 Favorites   0 Comments

Color spaces of #bfe067

RGB 191224103
HSL0.210.660.64
HSV76°54°88°
CMYK 0.150.000.54   0.12
XYZ50.589765.366922.7827
Yxy65.36690.36460.4711
Hunter Lab80.8498-29.795339.8875
CIE-Lab84.6724-28.725154.8383

#bfe067 color RGB value is (191,224,103).

#bfe067 hex color red value is 191, green value is 224 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bfe067 hue: 0.21 , saturation: 0.66 and the lightness value of bfe067 is 0.64.

The process color (four color CMYK) of #bfe067 color hex is 0.15, 0.00, 0.54, 0.12. Web safe color of #bfe067 is #cccc66. Color #bfe067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 01100111
Octal 277 340 147
Decimal 191 224 103
Hex BF E0 67

RGB Percentages of Color #bfe067

%36.87
%43.24
%19.88

CMYK Percentages of Color #bfe067

%15
%0
%54
%12

Triadic Colors of #bfe067

#bfe067 #67bfe0 #e067bf

Analogous Colors of #bfe067

#bfe067 #83e067 #e0c567

Monochromatic Colors of #bfe067

#bfe067

Complementary Color

#bfe067 #8867e0

#bfe067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe067 Color CSS Codes

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

#bfe067 Text Font Color

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

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


#bfe067 Background Color

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

This div background color is #bfe067


#bfe067 Border Color

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

This div border color is #bfe067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe067


Comments

No comments written yet.

Please login to write comment.