Color Hex Logo

#bed677 Color Hex

#BED677
(190,214,119)
0 Favorites   0 Comments

Color spaces of #bed677

RGB 190214119
HSL0.210.540.65
HSV75°44°84°
CMYK 0.110.000.44   0.16
XYZ48.611560.372226.5437
Yxy60.37220.35870.4455
Hunter Lab77.6995-24.298534.1351
CIE-Lab82.0401-22.730644.0959

#bed677 color RGB value is (190,214,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01110111
Octal 276 326 167
Decimal 190 214 119
Hex BE D6 77

RGB Percentages of Color #bed677

%36.33
%40.92
%22.75

CMYK Percentages of Color #bed677

%11
%0
%44
%16

Triadic Colors of #bed677

#bed677 #77bed6 #d677be

Analogous Colors of #bed677

#bed677 #8fd677 #d6bf77

Monochromatic Colors of #bed677

#bed677

Complementary Color

#bed677 #8f77d6

#bed677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed677 Color CSS Codes

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

#bed677 Text Font Color

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

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


#bed677 Background Color

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

This div background color is #bed677


#bed677 Border Color

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

This div border color is #bed677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed677


Comments

No comments written yet.

Please login to write comment.