Color Hex Logo

#bed729 Color Hex

#BED729
(190,215,41)
0 Favorites   0 Comments

Color spaces of #bed729

RGB 19021541
HSL0.190.690.50
HSV69°81°84°
CMYK 0.120.000.81   0.16
XYZ45.935959.708111.2016
Yxy59.70810.39310.5110
Hunter Lab77.2710-29.110045.4947
CIE-Lab81.6793-28.650474.6988

#bed729 color RGB value is (190,215,41).

#bed729 hex color red value is 190, green value is 215 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bed729 hue: 0.19 , saturation: 0.69 and the lightness value of bed729 is 0.50.

The process color (four color CMYK) of #bed729 color hex is 0.12, 0.00, 0.81, 0.16. Web safe color of #bed729 is #cccc33. Color #bed729 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00101001
Octal 276 327 51
Decimal 190 215 41
Hex BE D7 29

RGB Percentages of Color #bed729

%42.60
%48.21
%9.19

CMYK Percentages of Color #bed729

%12
%0
%81
%16

Triadic Colors of #bed729

#bed729 #29bed7 #d729be

Analogous Colors of #bed729

#bed729 #67d729 #d79929

Monochromatic Colors of #bed729

#bed729

Complementary Color

#bed729 #4229d7

#bed729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed729 Color CSS Codes

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

#bed729 Text Font Color

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

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


#bed729 Background Color

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

This div background color is #bed729


#bed729 Border Color

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

This div border color is #bed729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed729


Comments

No comments written yet.

Please login to write comment.