Color Hex Logo

#bed607 Color Hex

#BED607
(190,214,7)
0 Favorites   0 Comments

Color spaces of #bed607

RGB 1902147
HSL0.190.940.43
HSV67°97°84°
CMYK 0.110.000.97   0.16
XYZ45.320159.05569.2113
Yxy59.05560.39900.5199
Hunter Lab76.8476-29.214846.6866
CIE-Lab81.3221-28.872379.9990

#bed607 color RGB value is (190,214,7).

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

The process color (four color CMYK) of #bed607 color hex is 0.11, 0.00, 0.97, 0.16. Web safe color of #bed607 is #cccc00. Color #bed607 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 00000111
Octal 276 326 7
Decimal 190 214 7
Hex BE D6 7

RGB Percentages of Color #bed607

%46.23
%52.07
%1.70

CMYK Percentages of Color #bed607

%11
%0
%97
%16

Triadic Colors of #bed607

#bed607 #07bed6 #d607be

Analogous Colors of #bed607

#bed607 #56d607 #d68707

Monochromatic Colors of #bed607

#bed607

Complementary Color

#bed607 #1f07d6

#bed607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed607 Color CSS Codes

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

#bed607 Text Font Color

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

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


#bed607 Background Color

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

This div background color is #bed607


#bed607 Border Color

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

This div border color is #bed607


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,214,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 #bed607">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed607


Comments

No comments written yet.

Please login to write comment.