Color Hex Logo

#bed374 Color Hex

#BED374
(190,211,116)
0 Favorites   0 Comments

Color spaces of #bed374

RGB 190211116
HSL0.200.520.64
HSV73°45°83°
CMYK 0.100.000.45   0.17
XYZ47.681958.796625.3588
Yxy58.79660.36170.4460
Hunter Lab76.6789-23.190034.0672
CIE-Lab81.1797-21.587244.4998

#bed374 color RGB value is (190,211,116).

#bed374 hex color red value is 190, green value is 211 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bed374 hue: 0.20 , saturation: 0.52 and the lightness value of bed374 is 0.64.

The process color (four color CMYK) of #bed374 color hex is 0.10, 0.00, 0.45, 0.17. Web safe color of #bed374 is #cccc66. Color #bed374 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 01110100
Octal 276 323 164
Decimal 190 211 116
Hex BE D3 74

RGB Percentages of Color #bed374

%36.75
%40.81
%22.44

CMYK Percentages of Color #bed374

%10
%0
%45
%17

Triadic Colors of #bed374

#bed374 #74bed3 #d374be

Analogous Colors of #bed374

#bed374 #8fd374 #d3b974

Monochromatic Colors of #bed374

#bed374

Complementary Color

#bed374 #8974d3

#bed374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed374 Color CSS Codes

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

#bed374 Text Font Color

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

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


#bed374 Background Color

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

This div background color is #bed374


#bed374 Border Color

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

This div border color is #bed374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed374


Comments

No comments written yet.

Please login to write comment.