Color Hex Logo

#bef978 Color Hex

#BEF978
(190,249,120)
0 Favorites   0 Comments

Color spaces of #bef978

RGB 190249120
HSL0.240.910.72
HSV87°52°98°
CMYK 0.240.000.52   0.02
XYZ58.501180.054630.1380
Yxy80.05460.34680.4746
Hunter Lab89.4732-39.867942.6601
CIE-Lab91.7094-38.948355.3647

#bef978 color RGB value is (190,249,120).

#bef978 hex color red value is 190, green value is 249 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bef978 hue: 0.24 , saturation: 0.91 and the lightness value of bef978 is 0.72.

The process color (four color CMYK) of #bef978 color hex is 0.24, 0.00, 0.52, 0.02. Web safe color of #bef978 is #ccff66. Color #bef978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01111000
Octal 276 371 170
Decimal 190 249 120
Hex BE F9 78

RGB Percentages of Color #bef978

%33.99
%44.54
%21.47

CMYK Percentages of Color #bef978

%24
%0
%52
%2

Triadic Colors of #bef978

#bef978 #78bef9 #f978be

Analogous Colors of #bef978

#bef978 #7ef978 #f9f478

Monochromatic Colors of #bef978

#bef978

Complementary Color

#bef978 #b378f9

#bef978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef978 Color CSS Codes

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

#bef978 Text Font Color

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

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


#bef978 Background Color

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

This div background color is #bef978


#bef978 Border Color

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

This div border color is #bef978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef978


Comments

No comments written yet.

Please login to write comment.