Color Hex Logo

#bed597 Color Hex

#BED597
(190,213,151)
0 Favorites   0 Comments

Color spaces of #bed597

RGB 190213151
HSL0.230.420.71
HSV82°29°84°
CMYK 0.110.000.29   0.16
XYZ50.615460.770038.3402
Yxy60.77000.33810.4059
Hunter Lab77.9551-20.523425.4083
CIE-Lab82.2549-18.236228.1747

#bed597 color RGB value is (190,213,151).

#bed597 hex color red value is 190, green value is 213 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bed597 hue: 0.23 , saturation: 0.42 and the lightness value of bed597 is 0.71.

The process color (four color CMYK) of #bed597 color hex is 0.11, 0.00, 0.29, 0.16. Web safe color of #bed597 is #cccc99. Color #bed597 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 10010111
Octal 276 325 227
Decimal 190 213 151
Hex BE D5 97

RGB Percentages of Color #bed597

%34.30
%38.45
%27.26

CMYK Percentages of Color #bed597

%11
%0
%29
%16

Triadic Colors of #bed597

#bed597 #97bed5 #d597be

Analogous Colors of #bed597

#bed597 #9fd597 #d5cd97

Monochromatic Colors of #bed597

#bed597

Complementary Color

#bed597 #ae97d5

#bed597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed597 Color CSS Codes

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

#bed597 Text Font Color

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

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


#bed597 Background Color

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

This div background color is #bed597


#bed597 Border Color

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

This div border color is #bed597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed597


Comments

No comments written yet.

Please login to write comment.