Color Hex Logo

#bed206 Color Hex

#BED206
(190,210,6)
0 Favorites   0 Comments

Color spaces of #bed206

RGB 1902106
HSL0.180.940.42
HSV66°97°82°
CMYK 0.100.000.97   0.18
XYZ44.314757.05358.8491
Yxy57.05350.40210.5176
Hunter Lab75.5338-27.460445.9276
CIE-Lab80.2097-26.987479.2472

#bed206 color RGB value is (190,210,6).

#bed206 hex color red value is 190, green value is 210 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bed206 hue: 0.18 , saturation: 0.94 and the lightness value of bed206 is 0.42.

The process color (four color CMYK) of #bed206 color hex is 0.10, 0.00, 0.97, 0.18. Web safe color of #bed206 is #cccc00. Color #bed206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00000110
Octal 276 322 6
Decimal 190 210 6
Hex BE D2 6

RGB Percentages of Color #bed206

%46.80
%51.72
%1.48

CMYK Percentages of Color #bed206

%10
%0
%97
%18

Triadic Colors of #bed206

#bed206 #06bed2 #d206be

Analogous Colors of #bed206

#bed206 #58d206 #d28006

Monochromatic Colors of #bed206

#bed206

Complementary Color

#bed206 #1a06d2

#bed206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed206 Color CSS Codes

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

#bed206 Text Font Color

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

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


#bed206 Background Color

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

This div background color is #bed206


#bed206 Border Color

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

This div border color is #bed206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed206


Comments

No comments written yet.

Please login to write comment.