Color Hex Logo

#bed690 Color Hex

#BED690
(190,214,144)
0 Favorites   0 Comments

Color spaces of #bed690

RGB 190214144
HSL0.220.460.70
HSV81°33°84°
CMYK 0.110.000.33   0.16
XYZ50.315861.053935.5182
Yxy61.05390.34250.4156
Hunter Lab78.1370-21.795827.7448
CIE-Lab82.4077-19.695931.9918

#bed690 color RGB value is (190,214,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10010000
Octal 276 326 220
Decimal 190 214 144
Hex BE D6 90

RGB Percentages of Color #bed690

%34.67
%39.05
%26.28

CMYK Percentages of Color #bed690

%11
%0
%33
%16

Triadic Colors of #bed690

#bed690 #90bed6 #d690be

Analogous Colors of #bed690

#bed690 #9bd690 #d6cb90

Monochromatic Colors of #bed690

#bed690

Complementary Color

#bed690 #a890d6

#bed690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed690 Color CSS Codes

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

#bed690 Text Font Color

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

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


#bed690 Background Color

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

This div background color is #bed690


#bed690 Border Color

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

This div border color is #bed690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,214,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 #bed690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed690


Comments

No comments written yet.

Please login to write comment.