Color Hex Logo

#beda6c Color Hex

#BEDA6C
(190,218,108)
0 Favorites   0 Comments

Color spaces of #beda6c

RGB 190218108
HSL0.210.600.64
HSV75°50°85°
CMYK 0.130.000.50   0.15
XYZ49.013462.172723.6046
Yxy62.17270.36360.4613
Hunter Lab78.8497-27.030337.4456
CIE-Lab83.0052-25.791650.5527

#beda6c color RGB value is (190,218,108).

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

The process color (four color CMYK) of #beda6c color hex is 0.13, 0.00, 0.50, 0.15. Web safe color of #beda6c is #cccc66. Color #beda6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 01101100
Octal 276 332 154
Decimal 190 218 108
Hex BE DA 6C

RGB Percentages of Color #beda6c

%36.82
%42.25
%20.93

CMYK Percentages of Color #beda6c

%13
%0
%50
%15

Triadic Colors of #beda6c

#beda6c #6cbeda #da6cbe

Analogous Colors of #beda6c

#beda6c #87da6c #dabf6c

Monochromatic Colors of #beda6c

#beda6c

Complementary Color

#beda6c #886cda

#beda6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beda6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beda6c Color CSS Codes

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

#beda6c Text Font Color

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

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


#beda6c Background Color

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

This div background color is #beda6c


#beda6c Border Color

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

This div border color is #beda6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beda6c


Comments

No comments written yet.

Please login to write comment.