Color Hex Logo

#bef072 Color Hex

#BEF072
(190,240,114)
0 Favorites   0 Comments

Color spaces of #bef072

RGB 190240114
HSL0.230.810.69
HSV84°53°94°
CMYK 0.210.000.53   0.06
XYZ55.432674.482227.3745
Yxy74.48220.35240.4735
Hunter Lab86.3031-36.379541.6059
CIE-Lab89.1499-35.486355.0640

#bef072 color RGB value is (190,240,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01110010
Octal 276 360 162
Decimal 190 240 114
Hex BE F0 72

RGB Percentages of Color #bef072

%34.93
%44.12
%20.96

CMYK Percentages of Color #bef072

%21
%0
%53
%6

Triadic Colors of #bef072

#bef072 #72bef0 #f072be

Analogous Colors of #bef072

#bef072 #7ff072 #f0e372

Monochromatic Colors of #bef072

#bef072

Complementary Color

#bef072 #a472f0

#bef072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef072 Color CSS Codes

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

#bef072 Text Font Color

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

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


#bef072 Background Color

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

This div background color is #bef072


#bef072 Border Color

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

This div border color is #bef072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef072


Comments

No comments written yet.

Please login to write comment.