Color Hex Logo

#bef077 Color Hex

#BEF077
(190,240,119)
0 Favorites   0 Comments

Color spaces of #bef077

RGB 190240119
HSL0.240.800.70
HSV85°50°94°
CMYK 0.210.000.50   0.06
XYZ55.725174.599228.9148
Yxy74.59920.34990.4685
Hunter Lab86.3708-35.983640.6108
CIE-Lab89.2049-34.990052.8345

#bef077 color RGB value is (190,240,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01110111
Octal 276 360 167
Decimal 190 240 119
Hex BE F0 77

RGB Percentages of Color #bef077

%34.61
%43.72
%21.68

CMYK Percentages of Color #bef077

%21
%0
%50
%6

Triadic Colors of #bef077

#bef077 #77bef0 #f077be

Analogous Colors of #bef077

#bef077 #82f077 #f0e677

Monochromatic Colors of #bef077

#bef077

Complementary Color

#bef077 #a977f0

#bef077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef077 Color CSS Codes

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

#bef077 Text Font Color

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

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


#bef077 Background Color

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

This div background color is #bef077


#bef077 Border Color

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

This div border color is #bef077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef077


Comments

No comments written yet.

Please login to write comment.