Color Hex Logo

#becdc7 Color Hex

#BECDC7
(190,205,199)
0 Favorites   0 Comments

Color spaces of #becdc7

RGB 190205199
HSL0.430.130.77
HSV156°80°
CMYK 0.070.000.03   0.20
XYZ53.375358.733362.5563
Yxy58.73330.30560.3363
Hunter Lab76.6377-9.79725.2503
CIE-Lab81.1448-6.21481.2262

#becdc7 color RGB value is (190,205,199).

#becdc7 hex color red value is 190, green value is 205 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #becdc7 hue: 0.43 , saturation: 0.13 and the lightness value of becdc7 is 0.77.

The process color (four color CMYK) of #becdc7 color hex is 0.07, 0.00, 0.03, 0.20. Web safe color of #becdc7 is #cccccc. Color #becdc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 11000111
Octal 276 315 307
Decimal 190 205 199
Hex BE CD C7

RGB Percentages of Color #becdc7

%31.99
%34.51
%33.50

CMYK Percentages of Color #becdc7

%7
%0
%3
%20

Triadic Colors of #becdc7

#becdc7 #c7becd #cdc7be

Analogous Colors of #becdc7

#becdc7 #becccd #becdc0

Monochromatic Colors of #becdc7

#becdc7

Complementary Color

#becdc7 #cdbec4

#becdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becdc7 Color CSS Codes

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

#becdc7 Text Font Color

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

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


#becdc7 Background Color

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

This div background color is #becdc7


#becdc7 Border Color

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

This div border color is #becdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becdc7


Comments

No comments written yet.

Please login to write comment.