Color Hex Logo

#bed324 Color Hex

#BED324
(190,211,36)
0 Favorites   0 Comments

Color spaces of #bed324

RGB 19021136
HSL0.190.710.48
HSV67°83°83°
CMYK 0.100.000.83   0.17
XYZ44.847957.663110.4354
Yxy57.66310.39710.5105
Hunter Lab75.9362-27.466445.0075
CIE-Lab80.5511-26.910374.9411

#bed324 color RGB value is (190,211,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00100100
Octal 276 323 44
Decimal 190 211 36
Hex BE D3 24

RGB Percentages of Color #bed324

%43.48
%48.28
%8.24

CMYK Percentages of Color #bed324

%10
%0
%83
%17

Triadic Colors of #bed324

#bed324 #24bed3 #d324be

Analogous Colors of #bed324

#bed324 #67d324 #d39124

Monochromatic Colors of #bed324

#bed324

Complementary Color

#bed324 #3924d3

#bed324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed324 Color CSS Codes

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

#bed324 Text Font Color

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

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


#bed324 Background Color

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

This div background color is #bed324


#bed324 Border Color

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

This div border color is #bed324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed324


Comments

No comments written yet.

Please login to write comment.