Color Hex Logo

#bed676 Color Hex

#BED676
(190,214,118)
0 Favorites   0 Comments

Color spaces of #bed676

RGB 190214118
HSL0.210.540.65
HSV75°45°84°
CMYK 0.110.000.45   0.16
XYZ48.551860.348326.2290
Yxy60.34830.35930.4466
Hunter Lab77.6842-24.386634.3605
CIE-Lab82.0271-22.838644.5693

#bed676 color RGB value is (190,214,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01110110
Octal 276 326 166
Decimal 190 214 118
Hex BE D6 76

RGB Percentages of Color #bed676

%36.40
%41.00
%22.61

CMYK Percentages of Color #bed676

%11
%0
%45
%16

Triadic Colors of #bed676

#bed676 #76bed6 #d676be

Analogous Colors of #bed676

#bed676 #8ed676 #d6be76

Monochromatic Colors of #bed676

#bed676

Complementary Color

#bed676 #8e76d6

#bed676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed676 Color CSS Codes

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

#bed676 Text Font Color

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

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


#bed676 Background Color

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

This div background color is #bed676


#bed676 Border Color

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

This div border color is #bed676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed676


Comments

No comments written yet.

Please login to write comment.