Color Hex Logo

#becdad Color Hex

#BECDAD
(190,205,173)
0 Favorites   0 Comments

Color spaces of #becdad

RGB 190205173
HSL0.240.240.74
HSV88°16°80°
CMYK 0.070.000.16   0.20
XYZ50.609457.626947.9909
Yxy57.62690.32390.3689
Hunter Lab75.9124-13.844015.6562
CIE-Lab80.5309-10.821014.2274

#becdad color RGB value is (190,205,173).

#becdad hex color red value is 190, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #becdad hue: 0.24 , saturation: 0.24 and the lightness value of becdad is 0.74.

The process color (four color CMYK) of #becdad color hex is 0.07, 0.00, 0.16, 0.20. Web safe color of #becdad is #cccc99. Color #becdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 10101101
Octal 276 315 255
Decimal 190 205 173
Hex BE CD AD

RGB Percentages of Color #becdad

%33.45
%36.09
%30.46

CMYK Percentages of Color #becdad

%7
%0
%16
%20

Triadic Colors of #becdad

#becdad #adbecd #cdadbe

Analogous Colors of #becdad

#becdad #aecdad #cdccad

Monochromatic Colors of #becdad

#becdad

Complementary Color

#becdad #bcadcd

#becdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#becdad Color CSS Codes

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

#becdad Text Font Color

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

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


#becdad Background Color

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

This div background color is #becdad


#becdad Border Color

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

This div border color is #becdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becdad


Comments

No comments written yet.

Please login to write comment.