Color Hex Logo

#bed523 Color Hex

#BED523
(190,213,35)
0 Favorites   0 Comments

Color spaces of #bed523

RGB 19021335
HSL0.190.720.49
HSV68°84°84°
CMYK 0.110.000.84   0.16
XYZ45.332858.657010.5227
Yxy58.65700.39590.5122
Hunter Lab76.5879-28.373645.4654
CIE-Lab81.1027-27.889975.6375

#bed523 color RGB value is (190,213,35).

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

The process color (four color CMYK) of #bed523 color hex is 0.11, 0.00, 0.84, 0.16. Web safe color of #bed523 is #cccc33. Color #bed523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 00100011
Octal 276 325 43
Decimal 190 213 35
Hex BE D5 23

RGB Percentages of Color #bed523

%43.38
%48.63
%7.99

CMYK Percentages of Color #bed523

%11
%0
%84
%16

Triadic Colors of #bed523

#bed523 #23bed5 #d523be

Analogous Colors of #bed523

#bed523 #65d523 #d59323

Monochromatic Colors of #bed523

#bed523

Complementary Color

#bed523 #3a23d5

#bed523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed523 Color CSS Codes

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

#bed523 Text Font Color

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

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


#bed523 Background Color

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

This div background color is #bed523


#bed523 Border Color

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

This div border color is #bed523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed523


Comments

No comments written yet.

Please login to write comment.