Color Hex Logo

#becfc5 Color Hex

#BECFC5
(190,207,197)
0 Favorites   0 Comments

Color spaces of #becfc5

RGB 190207197
HSL0.400.150.78
HSV145°81°
CMYK 0.080.000.05   0.19
XYZ53.626159.604061.5017
Yxy59.60400.30690.3411
Hunter Lab77.2036-11.11926.8111
CIE-Lab81.6225-7.62872.9894

#becfc5 color RGB value is (190,207,197).

#becfc5 hex color red value is 190, green value is 207 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #becfc5 hue: 0.40 , saturation: 0.15 and the lightness value of becfc5 is 0.78.

The process color (four color CMYK) of #becfc5 color hex is 0.08, 0.00, 0.05, 0.19. Web safe color of #becfc5 is #cccccc. Color #becfc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 11000101
Octal 276 317 305
Decimal 190 207 197
Hex BE CF C5

RGB Percentages of Color #becfc5

%31.99
%34.85
%33.16

CMYK Percentages of Color #becfc5

%8
%0
%5
%19

Triadic Colors of #becfc5

#becfc5 #c5becf #cfc5be

Analogous Colors of #becfc5

#becfc5 #becfce #c0cfbe

Monochromatic Colors of #becfc5

#becfc5

Complementary Color

#becfc5 #cfbec8

#becfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becfc5 Color CSS Codes

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

#becfc5 Text Font Color

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

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


#becfc5 Background Color

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

This div background color is #becfc5


#becfc5 Border Color

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

This div border color is #becfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becfc5


Comments

No comments written yet.

Please login to write comment.