Color Hex Logo

#bef074 Color Hex

#BEF074
(190,240,116)
0 Favorites   0 Comments

Color spaces of #bef074

RGB 190240116
HSL0.230.810.70
HSV84°52°94°
CMYK 0.210.000.52   0.06
XYZ55.547774.528327.9807
Yxy74.52830.35140.4715
Hunter Lab86.3298-36.223741.2141
CIE-Lab89.1716-35.290954.1765

#bef074 color RGB value is (190,240,116).

#bef074 hex color red value is 190, green value is 240 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bef074 hue: 0.23 , saturation: 0.81 and the lightness value of bef074 is 0.70.

The process color (four color CMYK) of #bef074 color hex is 0.21, 0.00, 0.52, 0.06. Web safe color of #bef074 is #ccff66. Color #bef074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01110100
Octal 276 360 164
Decimal 190 240 116
Hex BE F0 74

RGB Percentages of Color #bef074

%34.80
%43.96
%21.25

CMYK Percentages of Color #bef074

%21
%0
%52
%6

Triadic Colors of #bef074

#bef074 #74bef0 #f074be

Analogous Colors of #bef074

#bef074 #80f074 #f0e474

Monochromatic Colors of #bef074

#bef074

Complementary Color

#bef074 #a674f0

#bef074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef074 Color CSS Codes

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

#bef074 Text Font Color

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

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


#bef074 Background Color

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

This div background color is #bef074


#bef074 Border Color

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

This div border color is #bef074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef074


Comments

No comments written yet.

Please login to write comment.