Color Hex Logo

#beea48 Color Hex

#BEEA48
(190,234,72)
0 Favorites   0 Comments

Color spaces of #beea48

RGB 19023472
HSL0.210.790.60
HSV76°69°92°
CMYK 0.190.000.69   0.08
XYZ51.827770.260716.9609
Yxy70.26070.37270.5053
Hunter Lab83.8217-36.319746.6781
CIE-Lab87.1246-36.015870.1893

#beea48 color RGB value is (190,234,72).

#beea48 hex color red value is 190, green value is 234 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #beea48 hue: 0.21 , saturation: 0.79 and the lightness value of beea48 is 0.60.

The process color (four color CMYK) of #beea48 color hex is 0.19, 0.00, 0.69, 0.08. Web safe color of #beea48 is #ccff33. Color #beea48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 01001000
Octal 276 352 110
Decimal 190 234 72
Hex BE EA 48

RGB Percentages of Color #beea48

%38.31
%47.18
%14.52

CMYK Percentages of Color #beea48

%19
%0
%69
%8

Triadic Colors of #beea48

#beea48 #48beea #ea48be

Analogous Colors of #beea48

#beea48 #6dea48 #eac548

Monochromatic Colors of #beea48

#beea48

Complementary Color

#beea48 #7448ea

#beea48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea48 Color CSS Codes

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

#beea48 Text Font Color

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

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


#beea48 Background Color

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

This div background color is #beea48


#beea48 Border Color

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

This div border color is #beea48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea48


Comments

No comments written yet.

Please login to write comment.