Color Hex Logo

#bed384 Color Hex

#BED384
(190,211,132)
0 Favorites   0 Comments

Color spaces of #bed384

RGB 190211132
HSL0.210.470.67
HSV76°37°83°
CMYK 0.100.000.37   0.17
XYZ48.694359.201630.6904
Yxy59.20160.35140.4272
Hunter Lab76.9426-21.683030.2106
CIE-Lab81.4023-19.754636.8023

#bed384 color RGB value is (190,211,132).

#bed384 hex color red value is 190, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bed384 hue: 0.21 , saturation: 0.47 and the lightness value of bed384 is 0.67.

The process color (four color CMYK) of #bed384 color hex is 0.10, 0.00, 0.37, 0.17. Web safe color of #bed384 is #cccc99. Color #bed384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 10000100
Octal 276 323 204
Decimal 190 211 132
Hex BE D3 84

RGB Percentages of Color #bed384

%35.65
%39.59
%24.77

CMYK Percentages of Color #bed384

%10
%0
%37
%17

Triadic Colors of #bed384

#bed384 #84bed3 #d384be

Analogous Colors of #bed384

#bed384 #97d384 #d3c184

Monochromatic Colors of #bed384

#bed384

Complementary Color

#bed384 #9984d3

#bed384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed384 Color CSS Codes

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

#bed384 Text Font Color

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

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


#bed384 Background Color

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

This div background color is #bed384


#bed384 Border Color

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

This div border color is #bed384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed384


Comments

No comments written yet.

Please login to write comment.