Color Hex Logo

#bedb83 Color Hex

#BEDB83
(190,219,131)
0 Favorites   0 Comments

Color spaces of #bedb83

RGB 190219131
HSL0.220.550.69
HSV80°40°86°
CMYK 0.130.000.40   0.14
XYZ50.663563.248931.0107
Yxy63.24890.34960.4364
Hunter Lab79.5292-25.463932.5516
CIE-Lab83.5732-23.789840.0906

#bedb83 color RGB value is (190,219,131).

#bedb83 hex color red value is 190, green value is 219 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bedb83 hue: 0.22 , saturation: 0.55 and the lightness value of bedb83 is 0.69.

The process color (four color CMYK) of #bedb83 color hex is 0.13, 0.00, 0.40, 0.14. Web safe color of #bedb83 is #cccc99. Color #bedb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10000011
Octal 276 333 203
Decimal 190 219 131
Hex BE DB 83

RGB Percentages of Color #bedb83

%35.19
%40.56
%24.26

CMYK Percentages of Color #bedb83

%13
%0
%40
%14

Triadic Colors of #bedb83

#bedb83 #83bedb #db83be

Analogous Colors of #bedb83

#bedb83 #92db83 #dbcc83

Monochromatic Colors of #bedb83

#bedb83

Complementary Color

#bedb83 #a083db

#bedb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb83 Color CSS Codes

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

#bedb83 Text Font Color

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

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


#bedb83 Background Color

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

This div background color is #bedb83


#bedb83 Border Color

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

This div border color is #bedb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb83


Comments

No comments written yet.

Please login to write comment.