Color Hex Logo

#bed774 Color Hex

#BED774
(190,215,116)
0 Favorites   0 Comments

Color spaces of #bed774

RGB 190215116
HSL0.210.550.65
HSV75°46°84°
CMYK 0.120.000.46   0.16
XYZ48.688060.809025.6942
Yxy60.80900.36010.4498
Hunter Lab77.9801-25.016235.0502
CIE-Lab82.2760-23.537745.8499

#bed774 color RGB value is (190,215,116).

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

The process color (four color CMYK) of #bed774 color hex is 0.12, 0.00, 0.46, 0.16. Web safe color of #bed774 is #cccc66. Color #bed774 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01110100
Octal 276 327 164
Decimal 190 215 116
Hex BE D7 74

RGB Percentages of Color #bed774

%36.47
%41.27
%22.26

CMYK Percentages of Color #bed774

%12
%0
%46
%16

Triadic Colors of #bed774

#bed774 #74bed7 #d774be

Analogous Colors of #bed774

#bed774 #8dd774 #d7bf74

Monochromatic Colors of #bed774

#bed774

Complementary Color

#bed774 #8d74d7

#bed774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed774 Color CSS Codes

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

#bed774 Text Font Color

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

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


#bed774 Background Color

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

This div background color is #bed774


#bed774 Border Color

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

This div border color is #bed774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed774


Comments

No comments written yet.

Please login to write comment.