Color Hex Logo

#bed906 Color Hex

#BED906
(190,217,6)
0 Favorites   0 Comments

Color spaces of #bed906

RGB 1902176
HSL0.190.950.44
HSV68°97°85°
CMYK 0.120.000.97   0.15
XYZ46.080960.58609.4378
Yxy60.58600.39690.5218
Hunter Lab77.8370-30.539647.2969
CIE-Lab82.1557-30.291480.7223

#bed906 color RGB value is (190,217,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 00000110
Octal 276 331 6
Decimal 190 217 6
Hex BE D9 6

RGB Percentages of Color #bed906

%46.00
%52.54
%1.45

CMYK Percentages of Color #bed906

%12
%0
%97
%15

Triadic Colors of #bed906

#bed906 #06bed9 #d906be

Analogous Colors of #bed906

#bed906 #55d906 #d98b06

Monochromatic Colors of #bed906

#bed906

Complementary Color

#bed906 #2106d9

#bed906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed906 Color CSS Codes

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

#bed906 Text Font Color

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

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


#bed906 Background Color

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

This div background color is #bed906


#bed906 Border Color

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

This div border color is #bed906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed906


Comments

No comments written yet.

Please login to write comment.