Color Hex Logo

#bedb65 Color Hex

#BEDB65
(190,219,101)
0 Favorites   0 Comments

Color spaces of #bedb65

RGB 190219101
HSL0.210.620.63
HSV75°54°86°
CMYK 0.130.000.54   0.14
XYZ48.915762.549821.8071
Yxy62.54980.36700.4693
Hunter Lab79.0884-28.003639.0138
CIE-Lab83.2049-26.919254.0277

#bedb65 color RGB value is (190,219,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 01100101
Octal 276 333 145
Decimal 190 219 101
Hex BE DB 65

RGB Percentages of Color #bedb65

%37.25
%42.94
%19.80

CMYK Percentages of Color #bedb65

%13
%0
%54
%14

Triadic Colors of #bedb65

#bedb65 #65bedb #db65be

Analogous Colors of #bedb65

#bedb65 #83db65 #dbbd65

Monochromatic Colors of #bedb65

#bedb65

Complementary Color

#bedb65 #8265db

#bedb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb65 Color CSS Codes

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

#bedb65 Text Font Color

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

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


#bedb65 Background Color

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

This div background color is #bedb65


#bedb65 Border Color

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

This div border color is #bedb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb65


Comments

No comments written yet.

Please login to write comment.