Color Hex Logo

#bed670 Color Hex

#BED670
(190,214,112)
0 Favorites   0 Comments

Color spaces of #bed670

RGB 190214112
HSL0.210.550.64
HSV74°48°84°
CMYK 0.110.000.48   0.16
XYZ48.206460.210124.4102
Yxy60.21010.36290.4533
Hunter Lab77.5952-24.897535.6649
CIE-Lab81.9523-23.465947.3858

#bed670 color RGB value is (190,214,112).

#bed670 hex color red value is 190, green value is 214 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bed670 hue: 0.21 , saturation: 0.55 and the lightness value of bed670 is 0.64.

The process color (four color CMYK) of #bed670 color hex is 0.11, 0.00, 0.48, 0.16. Web safe color of #bed670 is #cccc66. Color #bed670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01110000
Octal 276 326 160
Decimal 190 214 112
Hex BE D6 70

RGB Percentages of Color #bed670

%36.82
%41.47
%21.71

CMYK Percentages of Color #bed670

%11
%0
%48
%16

Triadic Colors of #bed670

#bed670 #70bed6 #d670be

Analogous Colors of #bed670

#bed670 #8bd670 #d6bb70

Monochromatic Colors of #bed670

#bed670

Complementary Color

#bed670 #8870d6

#bed670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed670 Color CSS Codes

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

#bed670 Text Font Color

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

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


#bed670 Background Color

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

This div background color is #bed670


#bed670 Border Color

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

This div border color is #bed670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed670


Comments

No comments written yet.

Please login to write comment.