Color Hex Logo

#bed741 Color Hex

#BED741
(190,215,65)
0 Favorites   0 Comments

Color spaces of #bed741

RGB 19021565
HSL0.190.650.55
HSV70°70°84°
CMYK 0.120.000.70   0.16
XYZ46.489859.929714.1183
Yxy59.92970.38570.4972
Hunter Lab77.4143-28.279943.3771
CIE-Lab81.8000-27.599867.3918

#bed741 color RGB value is (190,215,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01000001
Octal 276 327 101
Decimal 190 215 65
Hex BE D7 41

RGB Percentages of Color #bed741

%40.43
%45.74
%13.83

CMYK Percentages of Color #bed741

%12
%0
%70
%16

Triadic Colors of #bed741

#bed741 #41bed7 #d741be

Analogous Colors of #bed741

#bed741 #73d741 #d7a541

Monochromatic Colors of #bed741

#bed741

Complementary Color

#bed741 #5a41d7

#bed741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed741 Color CSS Codes

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

#bed741 Text Font Color

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

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


#bed741 Background Color

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

This div background color is #bed741


#bed741 Border Color

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

This div border color is #bed741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed741


Comments

No comments written yet.

Please login to write comment.