Color Hex Logo

#bfe298 Color Hex

#BFE298
(191,226,152)
0 Favorites   0 Comments

Color spaces of #bfe298

RGB 191226152
HSL0.250.560.74
HSV88°33°89°
CMYK 0.150.000.33   0.11
XYZ54.349767.736139.9156
Yxy67.73610.33550.4181
Hunter Lab82.3019-26.152428.8563
CIE-Lab85.8743-24.105732.5065

#bfe298 color RGB value is (191,226,152).

#bfe298 hex color red value is 191, green value is 226 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bfe298 hue: 0.25 , saturation: 0.56 and the lightness value of bfe298 is 0.74.

The process color (four color CMYK) of #bfe298 color hex is 0.15, 0.00, 0.33, 0.11. Web safe color of #bfe298 is #cccc99. Color #bfe298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 10011000
Octal 277 342 230
Decimal 191 226 152
Hex BF E2 98

RGB Percentages of Color #bfe298

%33.57
%39.72
%26.71

CMYK Percentages of Color #bfe298

%15
%0
%33
%11

Triadic Colors of #bfe298

#bfe298 #98bfe2 #e298bf

Analogous Colors of #bfe298

#bfe298 #9ae298 #e2e098

Monochromatic Colors of #bfe298

#bfe298

Complementary Color

#bfe298 #bb98e2

#bfe298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe298 Color CSS Codes

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

#bfe298 Text Font Color

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

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


#bfe298 Background Color

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

This div background color is #bfe298


#bfe298 Border Color

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

This div border color is #bfe298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe298


Comments

No comments written yet.

Please login to write comment.