Color Hex Logo

#bed93f Color Hex

#BED93F
(190,217,63)
0 Favorites   0 Comments

Color spaces of #bed93f

RGB 19021763
HSL0.200.670.55
HSV71°71°85°
CMYK 0.120.000.71   0.15
XYZ46.945360.931713.9894
Yxy60.93170.38520.5000
Hunter Lab78.0588-29.251244.0154
CIE-Lab82.3420-28.653768.6354

#bed93f color RGB value is (190,217,63).

#bed93f hex color red value is 190, green value is 217 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bed93f hue: 0.20 , saturation: 0.67 and the lightness value of bed93f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 00111111
Octal 276 331 77
Decimal 190 217 63
Hex BE D9 3F

RGB Percentages of Color #bed93f

%40.43
%46.17
%13.40

CMYK Percentages of Color #bed93f

%12
%0
%71
%15

Triadic Colors of #bed93f

#bed93f #3fbed9 #d93fbe

Analogous Colors of #bed93f

#bed93f #71d93f #d9a73f

Monochromatic Colors of #bed93f

#bed93f

Complementary Color

#bed93f #5a3fd9

#bed93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed93f Color CSS Codes

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

#bed93f Text Font Color

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

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


#bed93f Background Color

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

This div background color is #bed93f


#bed93f Border Color

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

This div border color is #bed93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed93f


Comments

No comments written yet.

Please login to write comment.