Color Hex Logo

#beda64 Color Hex

#BEDA64
(190,218,100)
0 Favorites   0 Comments

Color spaces of #beda64

RGB 190218100
HSL0.210.610.62
HSV74°54°85°
CMYK 0.130.000.54   0.15
XYZ48.606962.010121.4639
Yxy62.01010.36800.4695
Hunter Lab78.7465-27.625838.9619
CIE-Lab82.9188-26.530854.1515

#beda64 color RGB value is (190,218,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 01100100
Octal 276 332 144
Decimal 190 218 100
Hex BE DA 64

RGB Percentages of Color #beda64

%37.40
%42.91
%19.69

CMYK Percentages of Color #beda64

%13
%0
%54
%15

Triadic Colors of #beda64

#beda64 #64beda #da64be

Analogous Colors of #beda64

#beda64 #83da64 #dabb64

Monochromatic Colors of #beda64

#beda64

Complementary Color

#beda64 #8064da

#beda64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beda64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beda64 Color CSS Codes

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

#beda64 Text Font Color

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

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


#beda64 Background Color

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

This div background color is #beda64


#beda64 Border Color

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

This div border color is #beda64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beda64


Comments

No comments written yet.

Please login to write comment.