Color Hex Logo

#bfe742 Color Hex

#BFE742
(191,231,66)
0 Favorites   0 Comments

Color spaces of #bfe742

RGB 19123166
HSL0.210.770.58
HSV75°71°91°
CMYK 0.170.000.71   0.09
XYZ51.045168.621515.7092
Yxy68.62150.37710.5069
Hunter Lab82.8381-34.974446.7431
CIE-Lab86.3163-34.598371.5108

#bfe742 color RGB value is (191,231,66).

#bfe742 hex color red value is 191, green value is 231 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bfe742 hue: 0.21 , saturation: 0.77 and the lightness value of bfe742 is 0.58.

The process color (four color CMYK) of #bfe742 color hex is 0.17, 0.00, 0.71, 0.09. Web safe color of #bfe742 is #ccff33. Color #bfe742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01000010
Octal 277 347 102
Decimal 191 231 66
Hex BF E7 42

RGB Percentages of Color #bfe742

%39.14
%47.34
%13.52

CMYK Percentages of Color #bfe742

%17
%0
%71
%9

Triadic Colors of #bfe742

#bfe742 #42bfe7 #e742bf

Analogous Colors of #bfe742

#bfe742 #6de742 #e7bd42

Monochromatic Colors of #bfe742

#bfe742

Complementary Color

#bfe742 #6a42e7

#bfe742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe742 Color CSS Codes

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

#bfe742 Text Font Color

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

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


#bfe742 Background Color

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

This div background color is #bfe742


#bfe742 Border Color

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

This div border color is #bfe742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe742


Comments

No comments written yet.

Please login to write comment.