Color Hex Logo

#bedc99 Color Hex

#BEDC99
(190,220,153)
0 Favorites   0 Comments

Color spaces of #bedc99

RGB 190220153
HSL0.240.490.73
HSV87°30°86°
CMYK 0.140.000.30   0.14
XYZ52.578264.433539.8027
Yxy64.43350.33530.4109
Hunter Lab80.2705-23.553526.7900
CIE-Lab84.1910-21.408729.7393

#bedc99 color RGB value is (190,220,153).

#bedc99 hex color red value is 190, green value is 220 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bedc99 hue: 0.24 , saturation: 0.49 and the lightness value of bedc99 is 0.73.

The process color (four color CMYK) of #bedc99 color hex is 0.14, 0.00, 0.30, 0.14. Web safe color of #bedc99 is #cccc99. Color #bedc99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10011001
Octal 276 334 231
Decimal 190 220 153
Hex BE DC 99

RGB Percentages of Color #bedc99

%33.75
%39.08
%27.18

CMYK Percentages of Color #bedc99

%14
%0
%30
%14

Triadic Colors of #bedc99

#bedc99 #99bedc #dc99be

Analogous Colors of #bedc99

#bedc99 #9ddc99 #dcd999

Monochromatic Colors of #bedc99

#bedc99

Complementary Color

#bedc99 #b799dc

#bedc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc99 Color CSS Codes

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

#bedc99 Text Font Color

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

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


#bedc99 Background Color

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

This div background color is #bedc99


#bedc99 Border Color

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

This div border color is #bedc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc99


Comments

No comments written yet.

Please login to write comment.