Color Hex Logo

#bef297 Color Hex

#BEF297
(190,242,151)
0 Favorites   0 Comments

Color spaces of #bef297

RGB 190242151
HSL0.260.780.77
HSV94°38°95°
CMYK 0.210.000.38   0.05
XYZ58.573276.685840.9929
Yxy76.68580.33230.4351
Hunter Lab87.5704-33.855033.5449
CIE-Lab90.1768-32.167838.6483

#bef297 color RGB value is (190,242,151).

#bef297 hex color red value is 190, green value is 242 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bef297 hue: 0.26 , saturation: 0.78 and the lightness value of bef297 is 0.77.

The process color (four color CMYK) of #bef297 color hex is 0.21, 0.00, 0.38, 0.05. Web safe color of #bef297 is #ccff99. Color #bef297 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 10010111
Octal 276 362 227
Decimal 190 242 151
Hex BE F2 97

RGB Percentages of Color #bef297

%32.59
%41.51
%25.90

CMYK Percentages of Color #bef297

%21
%0
%38
%5

Triadic Colors of #bef297

#bef297 #97bef2 #f297be

Analogous Colors of #bef297

#bef297 #97f29e #ecf297

Monochromatic Colors of #bef297

#bef297

Complementary Color

#bef297 #cb97f2

#bef297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef297 Color CSS Codes

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

#bef297 Text Font Color

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

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


#bef297 Background Color

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

This div background color is #bef297


#bef297 Border Color

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

This div border color is #bef297


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,242,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bef297; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bef297;
  -webkit-box-shadow: 1px 1px 3px 2px #bef297;
  box-shadow:         1px 1px 3px 2px #bef297; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,242,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef297


Comments

No comments written yet.

Please login to write comment.