Color Hex Logo

#becf57 Color Hex

#BECF57
(190,207,87)
0 Favorites   0 Comments

Color spaces of #becf57

RGB 19020787
HSL0.190.560.58
HSV69°58°81°
CMYK 0.080.000.58   0.19
XYZ45.268356.260917.4904
Yxy56.26090.38030.4727
Hunter Lab75.0073-23.534638.6797
CIE-Lab79.7621-22.296756.3869

#becf57 color RGB value is (190,207,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 01010111
Octal 276 317 127
Decimal 190 207 87
Hex BE CF 57

RGB Percentages of Color #becf57

%39.26
%42.77
%17.98

CMYK Percentages of Color #becf57

%8
%0
%58
%19

Triadic Colors of #becf57

#becf57 #57becf #cf57be

Analogous Colors of #becf57

#becf57 #82cf57 #cfa457

Monochromatic Colors of #becf57

#becf57

Complementary Color

#becf57 #6857cf

#becf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becf57 Color CSS Codes

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

#becf57 Text Font Color

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

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


#becf57 Background Color

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

This div background color is #becf57


#becf57 Border Color

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

This div border color is #becf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becf57


Comments

No comments written yet.

Please login to write comment.