Color Hex Logo

#bed538 Color Hex

#BED538
(190,213,56)
0 Favorites   0 Comments

Color spaces of #bed538

RGB 19021356
HSL0.190.650.53
HSV69°74°84°
CMYK 0.110.000.74   0.16
XYZ45.743358.821212.6841
Yxy58.82120.39010.5017
Hunter Lab76.6950-27.753243.8809
CIE-Lab81.1932-27.104569.8966

#bed538 color RGB value is (190,213,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 00111000
Octal 276 325 70
Decimal 190 213 56
Hex BE D5 38

RGB Percentages of Color #bed538

%41.39
%46.41
%12.20

CMYK Percentages of Color #bed538

%11
%0
%74
%16

Triadic Colors of #bed538

#bed538 #38bed5 #d538be

Analogous Colors of #bed538

#bed538 #70d538 #d59e38

Monochromatic Colors of #bed538

#bed538

Complementary Color

#bed538 #4f38d5

#bed538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed538 Color CSS Codes

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

#bed538 Text Font Color

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

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


#bed538 Background Color

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

This div background color is #bed538


#bed538 Border Color

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

This div border color is #bed538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed538


Comments

No comments written yet.

Please login to write comment.