Color Hex Logo

#bed625 Color Hex

#BED625
(190,214,37)
0 Favorites   0 Comments

Color spaces of #bed625

RGB 19021437
HSL0.190.710.49
HSV68°83°84°
CMYK 0.110.000.83   0.16
XYZ45.615759.173910.7678
Yxy59.17390.39470.5121
Hunter Lab76.9246-28.768845.5479
CIE-Lab81.3871-28.304875.4207

#bed625 color RGB value is (190,214,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 00100101
Octal 276 326 45
Decimal 190 214 37
Hex BE D6 25

RGB Percentages of Color #bed625

%43.08
%48.53
%8.39

CMYK Percentages of Color #bed625

%11
%0
%83
%16

Triadic Colors of #bed625

#bed625 #25bed6 #d625be

Analogous Colors of #bed625

#bed625 #66d625 #d69625

Monochromatic Colors of #bed625

#bed625

Complementary Color

#bed625 #3d25d6

#bed625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed625 Color CSS Codes

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

#bed625 Text Font Color

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

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


#bed625 Background Color

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

This div background color is #bed625


#bed625 Border Color

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

This div border color is #bed625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed625


Comments

No comments written yet.

Please login to write comment.