Color Hex Logo

#bec535 Color Hex

#BEC535
(190,197,53)
0 Favorites   0 Comments

Color spaces of #bec535

RGB 19019753
HSL0.170.580.49
HSV63°73°77°
CMYK 0.040.000.73   0.23
XYZ41.844151.136711.0331
Yxy51.13670.40230.4916
Hunter Lab71.5099-20.692940.9092
CIE-Lab76.7617-19.468966.6926

#bec535 color RGB value is (190,197,53).

#bec535 hex color red value is 190, green value is 197 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bec535 hue: 0.17 , saturation: 0.58 and the lightness value of bec535 is 0.49.

The process color (four color CMYK) of #bec535 color hex is 0.04, 0.00, 0.73, 0.23. Web safe color of #bec535 is #cccc33. Color #bec535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 00110101
Octal 276 305 65
Decimal 190 197 53
Hex BE C5 35

RGB Percentages of Color #bec535

%43.18
%44.77
%12.05

CMYK Percentages of Color #bec535

%4
%0
%73
%23

Triadic Colors of #bec535

#bec535 #35bec5 #c535be

Analogous Colors of #bec535

#bec535 #76c535 #c58435

Monochromatic Colors of #bec535

#bec535

Complementary Color

#bec535 #3c35c5

#bec535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec535 Color CSS Codes

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

#bec535 Text Font Color

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

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


#bec535 Background Color

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

This div background color is #bec535


#bec535 Border Color

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

This div border color is #bec535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec535


Comments

No comments written yet.

Please login to write comment.