Color Hex Logo

#beed3d Color Hex

#BEED3D
(190,237,61)
0 Favorites   0 Comments

Color spaces of #beed3d

RGB 19023761
HSL0.210.830.58
HSV76°74°93°
CMYK 0.200.000.74   0.07
XYZ52.361771.852415.5240
Yxy71.85240.37470.5142
Hunter Lab84.7658-38.076848.4777
CIE-Lab87.8975-37.949374.6509

#beed3d color RGB value is (190,237,61).

#beed3d hex color red value is 190, green value is 237 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #beed3d hue: 0.21 , saturation: 0.83 and the lightness value of beed3d is 0.58.

The process color (four color CMYK) of #beed3d color hex is 0.20, 0.00, 0.74, 0.07. Web safe color of #beed3d is #ccff33. Color #beed3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 00111101
Octal 276 355 75
Decimal 190 237 61
Hex BE ED 3D

RGB Percentages of Color #beed3d

%38.93
%48.57
%12.50

CMYK Percentages of Color #beed3d

%20
%0
%74
%7

Triadic Colors of #beed3d

#beed3d #3dbeed #ed3dbe

Analogous Colors of #beed3d

#beed3d #66ed3d #edc43d

Monochromatic Colors of #beed3d

#beed3d

Complementary Color

#beed3d #6c3ded

#beed3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beed3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beed3d Color CSS Codes

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

#beed3d Text Font Color

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

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


#beed3d Background Color

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

This div background color is #beed3d


#beed3d Border Color

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

This div border color is #beed3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beed3d


Comments

No comments written yet.

Please login to write comment.