Color Hex Logo

#bed268 Color Hex

#BED268
(190,210,104)
0 Favorites   0 Comments

Color spaces of #bed268

RGB 190210104
HSL0.200.540.62
HSV71°50°82°
CMYK 0.100.000.50   0.18
XYZ46.780558.039821.8339
Yxy58.03980.36940.4583
Hunter Lab76.1839-23.714336.3365
CIE-Lab80.7609-22.301749.7660

#bed268 color RGB value is (190,210,104).

#bed268 hex color red value is 190, green value is 210 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bed268 hue: 0.20 , saturation: 0.54 and the lightness value of bed268 is 0.62.

The process color (four color CMYK) of #bed268 color hex is 0.10, 0.00, 0.50, 0.18. Web safe color of #bed268 is #cccc66. Color #bed268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01101000
Octal 276 322 150
Decimal 190 210 104
Hex BE D2 68

RGB Percentages of Color #bed268

%37.70
%41.67
%20.63

CMYK Percentages of Color #bed268

%10
%0
%50
%18

Triadic Colors of #bed268

#bed268 #68bed2 #d268be

Analogous Colors of #bed268

#bed268 #89d268 #d2b168

Monochromatic Colors of #bed268

#bed268

Complementary Color

#bed268 #7c68d2

#bed268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed268 Color CSS Codes

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

#bed268 Text Font Color

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

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


#bed268 Background Color

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

This div background color is #bed268


#bed268 Border Color

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

This div border color is #bed268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed268


Comments

No comments written yet.

Please login to write comment.