Color Hex Logo

#bede6a Color Hex

#BEDE6A
(190,222,106)
0 Favorites   0 Comments

Color spaces of #bede6a

RGB 190222106
HSL0.210.640.64
HSV77°52°87°
CMYK 0.140.000.52   0.13
XYZ49.958064.230323.4003
Yxy64.23030.36310.4668
Hunter Lab80.1438-28.982938.7892
CIE-Lab84.0855-27.888952.7630

#bede6a color RGB value is (190,222,106).

#bede6a hex color red value is 190, green value is 222 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bede6a hue: 0.21 , saturation: 0.64 and the lightness value of bede6a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 01101010
Octal 276 336 152
Decimal 190 222 106
Hex BE DE 6A

RGB Percentages of Color #bede6a

%36.68
%42.86
%20.46

CMYK Percentages of Color #bede6a

%14
%0
%52
%13

Triadic Colors of #bede6a

#bede6a #6abede #de6abe

Analogous Colors of #bede6a

#bede6a #84de6a #dec46a

Monochromatic Colors of #bede6a

#bede6a

Complementary Color

#bede6a #8a6ade

#bede6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bede6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bede6a Color CSS Codes

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

#bede6a Text Font Color

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

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


#bede6a Background Color

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

This div background color is #bede6a


#bede6a Border Color

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

This div border color is #bede6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bede6a


Comments

No comments written yet.

Please login to write comment.