Color Hex Logo

#beeb80 Color Hex

#BEEB80
(190,235,128)
0 Favorites   0 Comments

Color spaces of #beeb80

RGB 190235128
HSL0.240.730.71
HSV85°46°92°
CMYK 0.190.000.46   0.08
XYZ54.839871.922331.4141
Yxy71.92230.34670.4547
Hunter Lab84.8070-32.986637.4028
CIE-Lab87.9312-31.727747.0363

#beeb80 color RGB value is (190,235,128).

#beeb80 hex color red value is 190, green value is 235 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #beeb80 hue: 0.24 , saturation: 0.73 and the lightness value of beeb80 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 10000000
Octal 276 353 200
Decimal 190 235 128
Hex BE EB 80

RGB Percentages of Color #beeb80

%34.36
%42.50
%23.15

CMYK Percentages of Color #beeb80

%19
%0
%46
%8

Triadic Colors of #beeb80

#beeb80 #80beeb #eb80be

Analogous Colors of #beeb80

#beeb80 #89eb80 #ebe380

Monochromatic Colors of #beeb80

#beeb80

Complementary Color

#beeb80 #ad80eb

#beeb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeb80 Color CSS Codes

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

#beeb80 Text Font Color

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

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


#beeb80 Background Color

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

This div background color is #beeb80


#beeb80 Border Color

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

This div border color is #beeb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeb80


Comments

No comments written yet.

Please login to write comment.