Color Hex Logo

#bed305 Color Hex

#BED305
(190,211,5)
0 Favorites   0 Comments

Color spaces of #bed305

RGB 1902115
HSL0.180.950.42
HSV66°98°83°
CMYK 0.100.000.98   0.17
XYZ44.556957.54668.9028
Yxy57.54660.40140.5184
Hunter Lab75.8595-27.910146.1434
CIE-Lab80.4861-27.473679.5488

#bed305 color RGB value is (190,211,5).

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

The process color (four color CMYK) of #bed305 color hex is 0.10, 0.00, 0.98, 0.17. Web safe color of #bed305 is #cccc00. Color #bed305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00000101
Octal 276 323 5
Decimal 190 211 5
Hex BE D3 5

RGB Percentages of Color #bed305

%46.80
%51.97
%1.23

CMYK Percentages of Color #bed305

%10
%0
%98
%17

Triadic Colors of #bed305

#bed305 #05bed3 #d305be

Analogous Colors of #bed305

#bed305 #57d305 #d38105

Monochromatic Colors of #bed305

#bed305

Complementary Color

#bed305 #1a05d3

#bed305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed305 Color CSS Codes

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

#bed305 Text Font Color

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

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


#bed305 Background Color

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

This div background color is #bed305


#bed305 Border Color

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

This div border color is #bed305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed305


Comments

No comments written yet.

Please login to write comment.