Color Hex Logo

#bed028 Color Hex

#BED028
(190,208,40)
0 Favorites   0 Comments

Color spaces of #bed028

RGB 19020840
HSL0.180.680.49
HSV66°81°82°
CMYK 0.090.000.81   0.18
XYZ44.174156.212110.5293
Yxy56.21210.39830.5068
Hunter Lab74.9747-26.036044.1557
CIE-Lab79.7344-25.349173.2592

#bed028 color RGB value is (190,208,40).

#bed028 hex color red value is 190, green value is 208 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bed028 hue: 0.18 , saturation: 0.68 and the lightness value of bed028 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 00101000
Octal 276 320 50
Decimal 190 208 40
Hex BE D0 28

RGB Percentages of Color #bed028

%43.38
%47.49
%9.13

CMYK Percentages of Color #bed028

%9
%0
%81
%18

Triadic Colors of #bed028

#bed028 #28bed0 #d028be

Analogous Colors of #bed028

#bed028 #6ad028 #d08e28

Monochromatic Colors of #bed028

#bed028

Complementary Color

#bed028 #3a28d0

#bed028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed028 Color CSS Codes

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

#bed028 Text Font Color

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

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


#bed028 Background Color

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

This div background color is #bed028


#bed028 Border Color

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

This div border color is #bed028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed028


Comments

No comments written yet.

Please login to write comment.