Color Hex Logo

#becf7e Color Hex

#BECF7E
(190,207,126)
0 Favorites   0 Comments

Color spaces of #becf7e

RGB 190207126
HSL0.200.460.65
HSV73°39°81°
CMYK 0.080.000.39   0.19
XYZ47.313957.079228.2623
Yxy57.07920.35670.4303
Hunter Lab75.5508-20.427730.7061
CIE-Lab80.2241-18.493238.3247

#becf7e color RGB value is (190,207,126).

#becf7e hex color red value is 190, green value is 207 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #becf7e hue: 0.20 , saturation: 0.46 and the lightness value of becf7e is 0.65.

The process color (four color CMYK) of #becf7e color hex is 0.08, 0.00, 0.39, 0.19. Web safe color of #becf7e is #cccc66. Color #becf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 01111110
Octal 276 317 176
Decimal 190 207 126
Hex BE CF 7E

RGB Percentages of Color #becf7e

%36.33
%39.58
%24.09

CMYK Percentages of Color #becf7e

%8
%0
%39
%19

Triadic Colors of #becf7e

#becf7e #7ebecf #cf7ebe

Analogous Colors of #becf7e

#becf7e #96cf7e #cfb87e

Monochromatic Colors of #becf7e

#becf7e

Complementary Color

#becf7e #8f7ecf

#becf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#becf7e Color CSS Codes

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

#becf7e Text Font Color

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

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


#becf7e Background Color

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

This div background color is #becf7e


#becf7e Border Color

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

This div border color is #becf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becf7e


Comments

No comments written yet.

Please login to write comment.