Color Hex Logo

#bed033 Color Hex

#BED033
(190,208,51)
0 Favorites   0 Comments

Color spaces of #bed033

RGB 19020851
HSL0.190.630.51
HSV67°75°82°
CMYK 0.090.000.75   0.18
XYZ44.388656.297911.6590
Yxy56.29790.39510.5011
Hunter Lab75.0319-25.706043.3094
CIE-Lab79.7831-24.933170.1709

#bed033 color RGB value is (190,208,51).

#bed033 hex color red value is 190, green value is 208 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bed033 hue: 0.19 , saturation: 0.63 and the lightness value of bed033 is 0.51.

The process color (four color CMYK) of #bed033 color hex is 0.09, 0.00, 0.75, 0.18. Web safe color of #bed033 is #cccc33. Color #bed033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 00110011
Octal 276 320 63
Decimal 190 208 51
Hex BE D0 33

RGB Percentages of Color #bed033

%42.32
%46.33
%11.36

CMYK Percentages of Color #bed033

%9
%0
%75
%18

Triadic Colors of #bed033

#bed033 #33bed0 #d033be

Analogous Colors of #bed033

#bed033 #70d033 #d09433

Monochromatic Colors of #bed033

#bed033

Complementary Color

#bed033 #4533d0

#bed033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed033 Color CSS Codes

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

#bed033 Text Font Color

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

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


#bed033 Background Color

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

This div background color is #bed033


#bed033 Border Color

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

This div border color is #bed033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed033


Comments

No comments written yet.

Please login to write comment.