Color Hex Logo

#bedcb9 Color Hex

#BEDCB9
(190,220,185)
0 Favorites   0 Comments

Color spaces of #bedcb9

RGB 190220185
HSL0.310.330.79
HSV111°16°86°
CMYK 0.140.000.16   0.14
XYZ55.585465.636355.6384
Yxy65.63630.31430.3711
Hunter Lab81.0162-19.309215.9936
CIE-Lab84.8106-16.398813.9163

#bedcb9 color RGB value is (190,220,185).

#bedcb9 hex color red value is 190, green value is 220 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bedcb9 hue: 0.31 , saturation: 0.33 and the lightness value of bedcb9 is 0.79.

The process color (four color CMYK) of #bedcb9 color hex is 0.14, 0.00, 0.16, 0.14. Web safe color of #bedcb9 is #cccccc. Color #bedcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10111001
Octal 276 334 271
Decimal 190 220 185
Hex BE DC B9

RGB Percentages of Color #bedcb9

%31.93
%36.97
%31.09

CMYK Percentages of Color #bedcb9

%14
%0
%16
%14

Triadic Colors of #bedcb9

#bedcb9 #b9bedc #dcb9be

Analogous Colors of #bedcb9

#bedcb9 #b9dcc6 #d0dcb9

Monochromatic Colors of #bedcb9

#bedcb9

Complementary Color

#bedcb9 #d7b9dc

#bedcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcb9 Color CSS Codes

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

#bedcb9 Text Font Color

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

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


#bedcb9 Background Color

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

This div background color is #bedcb9


#bedcb9 Border Color

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

This div border color is #bedcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcb9


Comments

No comments written yet.

Please login to write comment.