Color Hex Logo

#beea94 Color Hex

#BEEA94
(190,234,148)
0 Favorites   0 Comments

Color spaces of #beea94

RGB 190234148
HSL0.250.670.75
HSV91°37°92°
CMYK 0.190.000.37   0.08
XYZ56.003371.930938.9493
Yxy71.93090.33560.4310
Hunter Lab84.8121-30.553632.1400
CIE-Lab87.9353-28.822437.2245

#beea94 color RGB value is (190,234,148).

#beea94 hex color red value is 190, green value is 234 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #beea94 hue: 0.25 , saturation: 0.67 and the lightness value of beea94 is 0.75.

The process color (four color CMYK) of #beea94 color hex is 0.19, 0.00, 0.37, 0.08. Web safe color of #beea94 is #ccff99. Color #beea94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 10010100
Octal 276 352 224
Decimal 190 234 148
Hex BE EA 94

RGB Percentages of Color #beea94

%33.22
%40.91
%25.87

CMYK Percentages of Color #beea94

%19
%0
%37
%8

Triadic Colors of #beea94

#beea94 #94beea #ea94be

Analogous Colors of #beea94

#beea94 #94ea95 #e9ea94

Monochromatic Colors of #beea94

#beea94

Complementary Color

#beea94 #c094ea

#beea94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea94 Color CSS Codes

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

#beea94 Text Font Color

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

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


#beea94 Background Color

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

This div background color is #beea94


#beea94 Border Color

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

This div border color is #beea94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea94


Comments

No comments written yet.

Please login to write comment.