Color Hex Logo

#bed225 Color Hex

#BED225
(190,210,37)
0 Favorites   0 Comments

Color spaces of #bed225

RGB 19021037
HSL0.190.700.48
HSV67°82°82°
CMYK 0.100.000.82   0.18
XYZ44.615757.173910.4344
Yxy57.17390.39760.5095
Hunter Lab75.6134-26.999644.7476
CIE-Lab80.2773-26.403074.4719

#bed225 color RGB value is (190,210,37).

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

The process color (four color CMYK) of #bed225 color hex is 0.10, 0.00, 0.82, 0.18. Web safe color of #bed225 is #cccc33. Color #bed225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00100101
Octal 276 322 45
Decimal 190 210 37
Hex BE D2 25

RGB Percentages of Color #bed225

%43.48
%48.05
%8.47

CMYK Percentages of Color #bed225

%10
%0
%82
%18

Triadic Colors of #bed225

#bed225 #25bed2 #d225be

Analogous Colors of #bed225

#bed225 #68d225 #d29025

Monochromatic Colors of #bed225

#bed225

Complementary Color

#bed225 #3925d2

#bed225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed225 Color CSS Codes

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

#bed225 Text Font Color

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

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


#bed225 Background Color

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

This div background color is #bed225


#bed225 Border Color

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

This div border color is #bed225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed225


Comments

No comments written yet.

Please login to write comment.