Color Hex Logo

#bed678 Color Hex

#BED678
(190,214,120)
0 Favorites   0 Comments

Color spaces of #bed678

RGB 190214120
HSL0.210.530.65
HSV75°44°84°
CMYK 0.110.000.44   0.16
XYZ48.671960.396426.8617
Yxy60.39640.35810.4443
Hunter Lab77.7151-24.209433.9074
CIE-Lab82.0532-22.621543.6215

#bed678 color RGB value is (190,214,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01111000
Octal 276 326 170
Decimal 190 214 120
Hex BE D6 78

RGB Percentages of Color #bed678

%36.26
%40.84
%22.90

CMYK Percentages of Color #bed678

%11
%0
%44
%16

Triadic Colors of #bed678

#bed678 #78bed6 #d678be

Analogous Colors of #bed678

#bed678 #8fd678 #d6bf78

Monochromatic Colors of #bed678

#bed678

Complementary Color

#bed678 #9078d6

#bed678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed678 Color CSS Codes

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

#bed678 Text Font Color

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

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


#bed678 Background Color

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

This div background color is #bed678


#bed678 Border Color

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

This div border color is #bed678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed678


Comments

No comments written yet.

Please login to write comment.