Color Hex Logo

#bfe574 Color Hex

#BFE574
(191,229,116)
0 Favorites   0 Comments

Color spaces of #bfe574

RGB 191229116
HSL0.220.680.68
HSV80°49°90°
CMYK 0.170.000.49   0.10
XYZ52.657668.375926.9455
Yxy68.37590.35580.4621
Hunter Lab82.6897-31.036538.5624
CIE-Lab86.1941-29.836250.6307

#bfe574 color RGB value is (191,229,116).

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

The process color (four color CMYK) of #bfe574 color hex is 0.17, 0.00, 0.49, 0.10. Web safe color of #bfe574 is #cccc66. Color #bfe574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 01110100
Octal 277 345 164
Decimal 191 229 116
Hex BF E5 74

RGB Percentages of Color #bfe574

%35.63
%42.72
%21.64

CMYK Percentages of Color #bfe574

%17
%0
%49
%10

Triadic Colors of #bfe574

#bfe574 #74bfe5 #e574bf

Analogous Colors of #bfe574

#bfe574 #87e574 #e5d374

Monochromatic Colors of #bfe574

#bfe574

Complementary Color

#bfe574 #9a74e5

#bfe574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe574 Color CSS Codes

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

#bfe574 Text Font Color

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

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


#bfe574 Background Color

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

This div background color is #bfe574


#bfe574 Border Color

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

This div border color is #bfe574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe574


Comments

No comments written yet.

Please login to write comment.