Color Hex Logo

#becfb0 Color Hex

#BECFB0
(190,207,176)
0 Favorites   0 Comments

Color spaces of #becfb0

RGB 190207176
HSL0.260.240.75
HSV93°15°81°
CMYK 0.080.000.15   0.19
XYZ51.384558.707449.6977
Yxy58.70740.32160.3674
Hunter Lab76.6208-14.378115.1779
CIE-Lab81.1305-11.347013.4777

#becfb0 color RGB value is (190,207,176).

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

The process color (four color CMYK) of #becfb0 color hex is 0.08, 0.00, 0.15, 0.19. Web safe color of #becfb0 is #cccc99. Color #becfb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 10110000
Octal 276 317 260
Decimal 190 207 176
Hex BE CF B0

RGB Percentages of Color #becfb0

%33.16
%36.13
%30.72

CMYK Percentages of Color #becfb0

%8
%0
%15
%19

Triadic Colors of #becfb0

#becfb0 #b0becf #cfb0be

Analogous Colors of #becfb0

#becfb0 #b0cfb2 #cecfb0

Monochromatic Colors of #becfb0

#becfb0

Complementary Color

#becfb0 #c1b0cf

#becfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becfb0 Color CSS Codes

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

#becfb0 Text Font Color

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

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


#becfb0 Background Color

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

This div background color is #becfb0


#becfb0 Border Color

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

This div border color is #becfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becfb0


Comments

No comments written yet.

Please login to write comment.