Color Hex Logo

#bedd4d Color Hex

#BEDD4D
(190,221,77)
0 Favorites   0 Comments

Color spaces of #bedd4d

RGB 19022177
HSL0.200.680.58
HSV73°65°87°
CMYK 0.140.000.65   0.13
XYZ48.431263.195916.6666
Yxy63.19590.37750.4926
Hunter Lab79.4958-30.370343.2167
CIE-Lab83.5453-29.713864.6442

#bedd4d color RGB value is (190,221,77).

#bedd4d hex color red value is 190, green value is 221 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bedd4d hue: 0.20 , saturation: 0.68 and the lightness value of bedd4d is 0.58.

The process color (four color CMYK) of #bedd4d color hex is 0.14, 0.00, 0.65, 0.13. Web safe color of #bedd4d is #cccc66. Color #bedd4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 01001101
Octal 276 335 115
Decimal 190 221 77
Hex BE DD 4D

RGB Percentages of Color #bedd4d

%38.93
%45.29
%15.78

CMYK Percentages of Color #bedd4d

%14
%0
%65
%13

Triadic Colors of #bedd4d

#bedd4d #4dbedd #dd4dbe

Analogous Colors of #bedd4d

#bedd4d #76dd4d #ddb44d

Monochromatic Colors of #bedd4d

#bedd4d

Complementary Color

#bedd4d #6c4ddd

#bedd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd4d Color CSS Codes

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

#bedd4d Text Font Color

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

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


#bedd4d Background Color

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

This div background color is #bedd4d


#bedd4d Border Color

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

This div border color is #bedd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd4d


Comments

No comments written yet.

Please login to write comment.