Color Hex Logo

#beea7c Color Hex

#BEEA7C
(190,234,124)
0 Favorites   0 Comments

Color spaces of #beea7c

RGB 190234124
HSL0.230.720.70
HSV84°47°92°
CMYK 0.190.000.47   0.08
XYZ54.296171.248029.9593
Yxy71.24800.34920.4582
Hunter Lab84.4085-32.894138.0420
CIE-Lab87.6054-31.703548.5469

#beea7c color RGB value is (190,234,124).

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

The process color (four color CMYK) of #beea7c color hex is 0.19, 0.00, 0.47, 0.08. Web safe color of #beea7c is #ccff66. Color #beea7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 01111100
Octal 276 352 174
Decimal 190 234 124
Hex BE EA 7C

RGB Percentages of Color #beea7c

%34.67
%42.70
%22.63

CMYK Percentages of Color #beea7c

%19
%0
%47
%8

Triadic Colors of #beea7c

#beea7c #7cbeea #ea7cbe

Analogous Colors of #beea7c

#beea7c #87ea7c #eadf7c

Monochromatic Colors of #beea7c

#beea7c

Complementary Color

#beea7c #a87cea

#beea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea7c Color CSS Codes

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

#beea7c Text Font Color

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

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


#beea7c Background Color

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

This div background color is #beea7c


#beea7c Border Color

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

This div border color is #beea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea7c


Comments

No comments written yet.

Please login to write comment.