Color Hex Logo

#bed907 Color Hex

#BED907
(190,217,7)
0 Favorites   0 Comments

Color spaces of #bed907

RGB 1902177
HSL0.190.940.44
HSV68°97°85°
CMYK 0.120.000.97   0.15
XYZ46.086460.58829.4667
Yxy60.58820.39680.5217
Hunter Lab77.8384-30.531447.2761
CIE-Lab82.1569-30.280980.6341

#bed907 color RGB value is (190,217,7).

#bed907 hex color red value is 190, green value is 217 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bed907 hue: 0.19 , saturation: 0.94 and the lightness value of bed907 is 0.44.

The process color (four color CMYK) of #bed907 color hex is 0.12, 0.00, 0.97, 0.15. Web safe color of #bed907 is #cccc00. Color #bed907 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 00000111
Octal 276 331 7
Decimal 190 217 7
Hex BE D9 7

RGB Percentages of Color #bed907

%45.89
%52.42
%1.69

CMYK Percentages of Color #bed907

%12
%0
%97
%15

Triadic Colors of #bed907

#bed907 #07bed9 #d907be

Analogous Colors of #bed907

#bed907 #55d907 #d98b07

Monochromatic Colors of #bed907

#bed907

Complementary Color

#bed907 #2207d9

#bed907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed907 Color CSS Codes

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

#bed907 Text Font Color

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

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


#bed907 Background Color

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

This div background color is #bed907


#bed907 Border Color

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

This div border color is #bed907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed907


Comments

No comments written yet.

Please login to write comment.