Color Hex Logo

#becf53 Color Hex

#BECF53
(190,207,83)
0 Favorites   0 Comments

Color spaces of #becf53

RGB 19020783
HSL0.190.560.57
HSV68°60°81°
CMYK 0.080.000.60   0.19
XYZ45.109456.197316.6533
Yxy56.19730.38240.4764
Hunter Lab74.9649-23.777839.3042
CIE-Lab79.7260-22.598558.0876

#becf53 color RGB value is (190,207,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 01010011
Octal 276 317 123
Decimal 190 207 83
Hex BE CF 53

RGB Percentages of Color #becf53

%39.58
%43.13
%17.29

CMYK Percentages of Color #becf53

%8
%0
%60
%19

Triadic Colors of #becf53

#becf53 #53becf #cf53be

Analogous Colors of #becf53

#becf53 #80cf53 #cfa253

Monochromatic Colors of #becf53

#becf53

Complementary Color

#becf53 #6453cf

#becf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becf53 Color CSS Codes

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

#becf53 Text Font Color

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

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


#becf53 Background Color

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

This div background color is #becf53


#becf53 Border Color

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

This div border color is #becf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becf53


Comments

No comments written yet.

Please login to write comment.