Color Hex Logo

#bed385 Color Hex

#BED385
(190,211,133)
0 Favorites   0 Comments

Color spaces of #bed385

RGB 190211133
HSL0.210.470.67
HSV76°37°83°
CMYK 0.100.000.37   0.17
XYZ48.763159.229131.0526
Yxy59.22910.35070.4260
Hunter Lab76.9604-21.580929.9495
CIE-Lab81.4174-19.631336.3145

#bed385 color RGB value is (190,211,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 10000101
Octal 276 323 205
Decimal 190 211 133
Hex BE D3 85

RGB Percentages of Color #bed385

%35.58
%39.51
%24.91

CMYK Percentages of Color #bed385

%10
%0
%37
%17

Triadic Colors of #bed385

#bed385 #85bed3 #d385be

Analogous Colors of #bed385

#bed385 #97d385 #d3c185

Monochromatic Colors of #bed385

#bed385

Complementary Color

#bed385 #9a85d3

#bed385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed385 Color CSS Codes

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

#bed385 Text Font Color

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

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


#bed385 Background Color

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

This div background color is #bed385


#bed385 Border Color

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

This div border color is #bed385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed385


Comments

No comments written yet.

Please login to write comment.