Color Hex Logo

#beed63 Color Hex

#BEED63
(190,237,99)
0 Favorites   0 Comments

Color spaces of #beed63

RGB 19023799
HSL0.220.790.66
HSV80°58°93°
CMYK 0.200.000.58   0.07
XYZ53.771572.416422.9481
Yxy72.41640.36060.4856
Hunter Lab85.0978-36.130943.5799
CIE-Lab88.1686-35.471960.5796

#beed63 color RGB value is (190,237,99).

#beed63 hex color red value is 190, green value is 237 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #beed63 hue: 0.22 , saturation: 0.79 and the lightness value of beed63 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 01100011
Octal 276 355 143
Decimal 190 237 99
Hex BE ED 63

RGB Percentages of Color #beed63

%36.12
%45.06
%18.82

CMYK Percentages of Color #beed63

%20
%0
%58
%7

Triadic Colors of #beed63

#beed63 #63beed #ed63be

Analogous Colors of #beed63

#beed63 #79ed63 #edd763

Monochromatic Colors of #beed63

#beed63

Complementary Color

#beed63 #9263ed

#beed63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beed63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beed63 Color CSS Codes

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

#beed63 Text Font Color

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

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


#beed63 Background Color

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

This div background color is #beed63


#beed63 Border Color

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

This div border color is #beed63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beed63


Comments

No comments written yet.

Please login to write comment.