Color Hex Logo

#beee55 Color Hex

#BEEE55
(190,238,85)
0 Favorites   0 Comments

Color spaces of #beee55

RGB 19023885
HSL0.220.820.63
HSV79°64°93°
CMYK 0.200.000.64   0.07
XYZ53.449472.752119.8198
Yxy72.75210.36600.4982
Hunter Lab85.2948-37.410245.9293
CIE-Lab88.3293-36.992066.5313

#beee55 color RGB value is (190,238,85).

#beee55 hex color red value is 190, green value is 238 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #beee55 hue: 0.22 , saturation: 0.82 and the lightness value of beee55 is 0.63.

The process color (four color CMYK) of #beee55 color hex is 0.20, 0.00, 0.64, 0.07. Web safe color of #beee55 is #ccff66. Color #beee55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 01010101
Octal 276 356 125
Decimal 190 238 85
Hex BE EE 55

RGB Percentages of Color #beee55

%37.04
%46.39
%16.57

CMYK Percentages of Color #beee55

%20
%0
%64
%7

Triadic Colors of #beee55

#beee55 #55beee #ee55be

Analogous Colors of #beee55

#beee55 #72ee55 #eed255

Monochromatic Colors of #beee55

#beee55

Complementary Color

#beee55 #8555ee

#beee55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beee55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beee55 Color CSS Codes

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

#beee55 Text Font Color

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

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


#beee55 Background Color

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

This div background color is #beee55


#beee55 Border Color

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

This div border color is #beee55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beee55


Comments

No comments written yet.

Please login to write comment.