Color Hex Logo

#bfe998 Color Hex

#BFE998
(191,233,152)
0 Favorites   0 Comments

Color spaces of #bfe998

RGB 191233152
HSL0.250.650.75
HSV91°35°91°
CMYK 0.180.000.35   0.09
XYZ56.292371.621240.5631
Yxy71.62120.33410.4251
Hunter Lab84.6293-29.369730.8226
CIE-Lab87.7859-27.458735.0326

#bfe998 color RGB value is (191,233,152).

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

The process color (four color CMYK) of #bfe998 color hex is 0.18, 0.00, 0.35, 0.09. Web safe color of #bfe998 is #ccff99. Color #bfe998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 10011000
Octal 277 351 230
Decimal 191 233 152
Hex BF E9 98

RGB Percentages of Color #bfe998

%33.16
%40.45
%26.39

CMYK Percentages of Color #bfe998

%18
%0
%35
%9

Triadic Colors of #bfe998

#bfe998 #98bfe9 #e998bf

Analogous Colors of #bfe998

#bfe998 #98e99a #e8e998

Monochromatic Colors of #bfe998

#bfe998

Complementary Color

#bfe998 #c298e9

#bfe998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe998 Color CSS Codes

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

#bfe998 Text Font Color

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

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


#bfe998 Background Color

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

This div background color is #bfe998


#bfe998 Border Color

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

This div border color is #bfe998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,233,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 #bfe998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe998


Comments

No comments written yet.

Please login to write comment.