Color Hex Logo

#becf7c Color Hex

#BECF7C
(190,207,124)
0 Favorites   0 Comments

Color spaces of #becf7c

RGB 190207124
HSL0.200.460.65
HSV72°40°81°
CMYK 0.080.000.40   0.19
XYZ47.186157.028027.5893
Yxy57.02800.35800.4327
Hunter Lab75.5169-20.620331.2008
CIE-Lab80.1953-18.726239.2959

#becf7c color RGB value is (190,207,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 01111100
Octal 276 317 174
Decimal 190 207 124
Hex BE CF 7C

RGB Percentages of Color #becf7c

%36.47
%39.73
%23.80

CMYK Percentages of Color #becf7c

%8
%0
%40
%19

Triadic Colors of #becf7c

#becf7c #7cbecf #cf7cbe

Analogous Colors of #becf7c

#becf7c #95cf7c #cfb77c

Monochromatic Colors of #becf7c

#becf7c

Complementary Color

#becf7c #8d7ccf

#becf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#becf7c Color CSS Codes

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

#becf7c Text Font Color

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

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


#becf7c Background Color

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

This div background color is #becf7c


#becf7c Border Color

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

This div border color is #becf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becf7c


Comments

No comments written yet.

Please login to write comment.