Color Hex Logo

#bed245 Color Hex

#BED245
(190,210,69)
0 Favorites   0 Comments

Color spaces of #bed245

RGB 19021069
HSL0.190.610.55
HSV69°67°82°
CMYK 0.100.000.67   0.18
XYZ45.356057.470014.3325
Yxy57.47000.38710.4905
Hunter Lab75.8090-25.870341.8569
CIE-Lab80.4432-24.980764.5432

#bed245 color RGB value is (190,210,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01000101
Octal 276 322 105
Decimal 190 210 69
Hex BE D2 45

RGB Percentages of Color #bed245

%40.51
%44.78
%14.71

CMYK Percentages of Color #bed245

%10
%0
%67
%18

Triadic Colors of #bed245

#bed245 #45bed2 #d245be

Analogous Colors of #bed245

#bed245 #78d245 #d2a045

Monochromatic Colors of #bed245

#bed245

Complementary Color

#bed245 #5945d2

#bed245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed245 Color CSS Codes

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

#bed245 Text Font Color

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

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


#bed245 Background Color

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

This div background color is #bed245


#bed245 Border Color

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

This div border color is #bed245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed245


Comments

No comments written yet.

Please login to write comment.