Color Hex Logo

#becf3e Color Hex

#BECF3E
(190,207,62)
0 Favorites   0 Comments

Color spaces of #becf3e

RGB 19020762
HSL0.190.600.53
HSV67°70°81°
CMYK 0.080.000.70   0.19
XYZ44.417555.920613.0101
Yxy55.92060.39190.4934
Hunter Lab74.7801-24.840642.0309
CIE-Lab79.5686-23.924666.2658

#becf3e color RGB value is (190,207,62).

#becf3e hex color red value is 190, green value is 207 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #becf3e hue: 0.19 , saturation: 0.60 and the lightness value of becf3e is 0.53.

The process color (four color CMYK) of #becf3e color hex is 0.08, 0.00, 0.70, 0.19. Web safe color of #becf3e is #cccc33. Color #becf3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 00111110
Octal 276 317 76
Decimal 190 207 62
Hex BE CF 3E

RGB Percentages of Color #becf3e

%41.39
%45.10
%13.51

CMYK Percentages of Color #becf3e

%8
%0
%70
%19

Triadic Colors of #becf3e

#becf3e #3ebecf #cf3ebe

Analogous Colors of #becf3e

#becf3e #76cf3e #cf983e

Monochromatic Colors of #becf3e

#becf3e

Complementary Color

#becf3e #4f3ecf

#becf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#becf3e Color CSS Codes

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

#becf3e Text Font Color

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

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


#becf3e Background Color

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

This div background color is #becf3e


#becf3e Border Color

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

This div border color is #becf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becf3e


Comments

No comments written yet.

Please login to write comment.