Color Hex Logo

#bedcab Color Hex

#BEDCAB
(190,220,171)
0 Favorites   0 Comments

Color spaces of #bedcab

RGB 190220171
HSL0.270.410.77
HSV97°22°86°
CMYK 0.140.000.22   0.14
XYZ54.179165.073848.2330
Yxy65.07380.32350.3885
Hunter Lab80.6683-21.284021.0173
CIE-Lab84.5218-18.710320.8526

#bedcab color RGB value is (190,220,171).

#bedcab hex color red value is 190, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bedcab hue: 0.27 , saturation: 0.41 and the lightness value of bedcab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10101011
Octal 276 334 253
Decimal 190 220 171
Hex BE DC AB

RGB Percentages of Color #bedcab

%32.70
%37.87
%29.43

CMYK Percentages of Color #bedcab

%14
%0
%22
%14

Triadic Colors of #bedcab

#bedcab #abbedc #dcabbe

Analogous Colors of #bedcab

#bedcab #abdcb1 #d7dcab

Monochromatic Colors of #bedcab

#bedcab

Complementary Color

#bedcab #c9abdc

#bedcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcab Color CSS Codes

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

#bedcab Text Font Color

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

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


#bedcab Background Color

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

This div background color is #bedcab


#bedcab Border Color

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

This div border color is #bedcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcab


Comments

No comments written yet.

Please login to write comment.