Color Hex Logo

#bed938 Color Hex

#BED938
(190,217,56)
0 Favorites   0 Comments

Color spaces of #bed938

RGB 19021756
HSL0.190.680.54
HSV70°74°85°
CMYK 0.120.000.74   0.15
XYZ46.761960.858413.0236
Yxy60.85840.38760.5044
Hunter Lab78.0118-29.524044.7101
CIE-Lab82.3026-28.999070.9454

#bed938 color RGB value is (190,217,56).

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

The process color (four color CMYK) of #bed938 color hex is 0.12, 0.00, 0.74, 0.15. Web safe color of #bed938 is #cccc33. Color #bed938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 00111000
Octal 276 331 70
Decimal 190 217 56
Hex BE D9 38

RGB Percentages of Color #bed938

%41.04
%46.87
%12.10

CMYK Percentages of Color #bed938

%12
%0
%74
%15

Triadic Colors of #bed938

#bed938 #38bed9 #d938be

Analogous Colors of #bed938

#bed938 #6ed938 #d9a438

Monochromatic Colors of #bed938

#bed938

Complementary Color

#bed938 #5338d9

#bed938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed938 Color CSS Codes

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

#bed938 Text Font Color

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

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


#bed938 Background Color

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

This div background color is #bed938


#bed938 Border Color

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

This div border color is #bed938


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,217,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 #bed938">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed938


Comments

No comments written yet.

Please login to write comment.