Color Hex Logo

#becdb2 Color Hex

#BECDB2
(190,205,178)
0 Favorites   0 Comments

Color spaces of #becdb2

RGB 190205178
HSL0.260.210.75
HSV93°13°80°
CMYK 0.070.000.13   0.20
XYZ51.102457.824150.5873
Yxy57.82410.32040.3625
Hunter Lab76.0422-13.116913.7866
CIE-Lab80.6409-9.983411.7202

#becdb2 color RGB value is (190,205,178).

#becdb2 hex color red value is 190, green value is 205 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #becdb2 hue: 0.26 , saturation: 0.21 and the lightness value of becdb2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 10110010
Octal 276 315 262
Decimal 190 205 178
Hex BE CD B2

RGB Percentages of Color #becdb2

%33.16
%35.78
%31.06

CMYK Percentages of Color #becdb2

%7
%0
%13
%20

Triadic Colors of #becdb2

#becdb2 #b2becd #cdb2be

Analogous Colors of #becdb2

#becdb2 #b2cdb4 #cccdb2

Monochromatic Colors of #becdb2

#becdb2

Complementary Color

#becdb2 #c1b2cd

#becdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becdb2 Color CSS Codes

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

#becdb2 Text Font Color

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

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


#becdb2 Background Color

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

This div background color is #becdb2


#becdb2 Border Color

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

This div border color is #becdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becdb2


Comments

No comments written yet.

Please login to write comment.