Color Hex Logo

#bed322 Color Hex

#BED322
(190,211,34)
0 Favorites   0 Comments

Color spaces of #bed322

RGB 19021134
HSL0.190.720.48
HSV67°84°83°
CMYK 0.100.000.84   0.17
XYZ44.818257.651210.2790
Yxy57.65120.39750.5113
Hunter Lab75.9284-27.511645.1233
CIE-Lab80.5445-26.967675.3892

#bed322 color RGB value is (190,211,34).

#bed322 hex color red value is 190, green value is 211 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bed322 hue: 0.19 , saturation: 0.72 and the lightness value of bed322 is 0.48.

The process color (four color CMYK) of #bed322 color hex is 0.10, 0.00, 0.84, 0.17. Web safe color of #bed322 is #cccc33. Color #bed322 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00100010
Octal 276 323 42
Decimal 190 211 34
Hex BE D3 22

RGB Percentages of Color #bed322

%43.68
%48.51
%7.82

CMYK Percentages of Color #bed322

%10
%0
%84
%17

Triadic Colors of #bed322

#bed322 #22bed3 #d322be

Analogous Colors of #bed322

#bed322 #66d322 #d39022

Monochromatic Colors of #bed322

#bed322

Complementary Color

#bed322 #3722d3

#bed322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed322 Color CSS Codes

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

#bed322 Text Font Color

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

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


#bed322 Background Color

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

This div background color is #bed322


#bed322 Border Color

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

This div border color is #bed322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed322


Comments

No comments written yet.

Please login to write comment.