Color Hex Logo

#bede4e Color Hex

#BEDE4E
(190,222,78)
0 Favorites   0 Comments

Color spaces of #bede4e

RGB 19022278
HSL0.200.690.59
HSV73°65°87°
CMYK 0.140.000.65   0.13
XYZ48.731663.739816.9423
Yxy63.73980.37660.4925
Hunter Lab79.8372-30.761043.3041
CIE-Lab83.8301-30.117264.5485

#bede4e color RGB value is (190,222,78).

#bede4e hex color red value is 190, green value is 222 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bede4e hue: 0.20 , saturation: 0.69 and the lightness value of bede4e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 01001110
Octal 276 336 116
Decimal 190 222 78
Hex BE DE 4E

RGB Percentages of Color #bede4e

%38.78
%45.31
%15.92

CMYK Percentages of Color #bede4e

%14
%0
%65
%13

Triadic Colors of #bede4e

#bede4e #4ebede #de4ebe

Analogous Colors of #bede4e

#bede4e #76de4e #deb64e

Monochromatic Colors of #bede4e

#bede4e

Complementary Color

#bede4e #6e4ede

#bede4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bede4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bede4e Color CSS Codes

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

#bede4e Text Font Color

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

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


#bede4e Background Color

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

This div background color is #bede4e


#bede4e Border Color

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

This div border color is #bede4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bede4e


Comments

No comments written yet.

Please login to write comment.