Color Hex Logo

#bed629 Color Hex

#BED629
(190,214,41)
0 Favorites   0 Comments

Color spaces of #bed629

RGB 19021441
HSL0.190.680.50
HSV68°81°84°
CMYK 0.110.000.81   0.16
XYZ45.682059.200411.1169
Yxy59.20040.39380.5104
Hunter Lab76.9418-28.668945.2928
CIE-Lab81.4016-28.177974.4569

#bed629 color RGB value is (190,214,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 00101001
Octal 276 326 51
Decimal 190 214 41
Hex BE D6 29

RGB Percentages of Color #bed629

%42.70
%48.09
%9.21

CMYK Percentages of Color #bed629

%11
%0
%81
%16

Triadic Colors of #bed629

#bed629 #29bed6 #d629be

Analogous Colors of #bed629

#bed629 #68d629 #d69829

Monochromatic Colors of #bed629

#bed629

Complementary Color

#bed629 #4129d6

#bed629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed629 Color CSS Codes

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

#bed629 Text Font Color

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

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


#bed629 Background Color

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

This div background color is #bed629


#bed629 Border Color

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

This div border color is #bed629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed629


Comments

No comments written yet.

Please login to write comment.