Color Hex Logo

#bed190 Color Hex

#BED190
(190,209,144)
0 Favorites   0 Comments

Color spaces of #bed190

RGB 190209144
HSL0.220.410.69
HSV78°31°82°
CMYK 0.090.000.31   0.18
XYZ49.069758.561735.1028
Yxy58.56170.34380.4103
Hunter Lab76.5256-19.462226.3712
CIE-Lab81.0501-17.211030.1899

#bed190 color RGB value is (190,209,144).

#bed190 hex color red value is 190, green value is 209 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bed190 hue: 0.22 , saturation: 0.41 and the lightness value of bed190 is 0.69.

The process color (four color CMYK) of #bed190 color hex is 0.09, 0.00, 0.31, 0.18. Web safe color of #bed190 is #cccc99. Color #bed190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 10010000
Octal 276 321 220
Decimal 190 209 144
Hex BE D1 90

RGB Percentages of Color #bed190

%34.99
%38.49
%26.52

CMYK Percentages of Color #bed190

%9
%0
%31
%18

Triadic Colors of #bed190

#bed190 #90bed1 #d190be

Analogous Colors of #bed190

#bed190 #9ed190 #d1c490

Monochromatic Colors of #bed190

#bed190

Complementary Color

#bed190 #a390d1

#bed190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed190 Color CSS Codes

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

#bed190 Text Font Color

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

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


#bed190 Background Color

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

This div background color is #bed190


#bed190 Border Color

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

This div border color is #bed190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed190


Comments

No comments written yet.

Please login to write comment.